On Wed, Oct 17, 2012 at 4:36 PM, Richard Hipp <[email protected]> wrote:
> > > On Wed, Oct 17, 2012 at 4:33 PM, Alfred Sawaya <[email protected]> wrote: > >> Hello, >> >> >> Sqlite has some minor valgrind issues (some memory area point to >> unitialized bytes). >> > > Really? We run many of our test cases here through valgrind and don't see > any problems. Can you be more specific? > See checklist items 13f and 13g: http://www.sqlite.org/checklists/3071400#c13 > > >> You can easily avoid this by replacing malloc by calloc in src/mem1.c:84 >> and src/mem2.c:255 >> >> Is it possible to integrate those improvements into the mainline of >> Sqlite ? >> >> Thank you, >> >> Alfred. >> >> -- >> >> http://alfred.sawaya.tel >> >> .''`. >> : :' : .:: Alfred Sawaya ::. >> `. `'` >> `- >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > D. Richard Hipp > [email protected] > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

