Comment 4 for bug 457442

Revision history for this message
root (n-root-psiphon-ca) wrote :

[] has contacted Coverity to request access to their Prevent scanning application.

                Here's another possibility: http://www.ibm.com/developerworks/downloads/r/rsar/?S_TACT=105AGX15&S_CMP=LP

                We should also run Splint 3.1.2. But it's complaining about parsing errors:

                ~/splint-3.1.2/bin/splint *.c -I./utils -I/usr/local/include/libxml2 -I/usr/local/apache2/include -larchpath ~/splint-3.1.2/lib -lclimportdir ~/splint-3.1.2/import -D"off64_t=long long" +posixlib -weak -gnuextensions
                Splint 3.1.2 --- 15 Jun 2009

                /usr/include/sys/syslog.h:200:66: Parse Error:
                Inconsistent function parameter syntax: __gnuc_va_list :
                <any>. (For help on parse errors, see splint -help parseerrors.)
                *** Cannot continue.

                To suppress the low risk errors we reviewed in 3.1.1, try a scan with these switches: +matchanyintegral, +ignoresigns, +varuse (these aren't necessarily harmless though)