Hello All, I believe the following Nessus Script ID 22033 and 22032 contains a bug. During QA testing, I noticed that nessusd.dump was reporting the following error: "cell2bool: converting array to boolean does not make sense!" I traced the error to the following code snippet. Source snippet from 22033 version 1.1: 1. if ( v ) Line 1 should be: if (! isnull (v)) Source snippet from 22032 version 1.1: 1. if ( v ) Line 1 should be: if (! isnull (v)) Can someone review my finding? Thanks, Paul _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2.1.3 : Tue Jul 11 2006 - 19:15:56 PDT