On Dec 9, 2008, at 11:23 AM, Kent Dahl wrote:

> Hi.
>
> After running valgrind on my program that is using sqlite (3.6.6.2,
> statically linked on Linux, Ubuntu 8.10) for a while, carving away all
> the problems caused by my own code, I was left with the "Syscall param
> write(buf) points to uninitialised byte(s)" error reported within the
> call from writeJournalHdr.
>
>

The uninitialized space is harmless.  But if it worries you there is a  
patch.  http://www.sqlite.org/cvstrac/chngview?cn=5968


> (Sorry to be mentioning 'valgrind', which seems to be akin to a
> four-letter word, on this list... ;)
>

Why do you think this?  We love valgrind.  It's the useless and  
annoying warning messages from VC++ that we hate.


D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to