On 11 Dec 2019, at 2:53pm, Arthur Blondel <arthur5blon...@gmail.com> wrote:

> Running the CERT coding standard
> <https://en.wikipedia.org/wiki/CERT_C_Coding_Standard> on the sqlite code I
> get up to 32000 warnings, most of them are security issues.

The standard itself is good.  But software which looks for violations of the 
standard might not be.  Frankly, there's as much chance of there being bugs in 
their analysis software as there is of bugs in SQLite.  Especially since it 
flags 32000 warnings, which looks like someone's idea of a maximum.

Can you tell us which package you ran and where we can download it from ?  
Also, did you run the software on the full source code tree or the amalgamation 
?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to