Re: [sqlite] Static Analysis on sqlite codebase

2016-10-13 Thread Richard Hipp
Attachments are stripped from this mailing list. Please send your attachments directly to me. As we are working toward the scheduled release of 3.15.0 tomorrow, please send your attachments as soon as possible. Thanks. On 10/11/16, Miroslav Franc wrote: > Hello, as a side effect of what I do I

[sqlite] Static Analysis on sqlite codebase

2016-10-13 Thread Miroslav Franc
Hello, as a side effect of what I do I ran static analysis on sqlite codebase and found 4 defects. Two potential overflows and two unchecked calls. Not sure what is the best way to handle those, but please see the attached patch. Best regards, Miroslav Franc ___