On ti., 2008-12-09 at 11:29 -0500, D. Richard Hipp wrote:
> On Dec 9, 2008, at 11:23 AM, Kent Dahl wrote:
> > 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

Thanks, just the confirmation and additional information I was looking
for. 


> > (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. 

When I first saw this error in valgrind, Googling pointed me to the old
PRNG issue with k[256] being uninitialized, quite a few ranting messages
about valgrind, the KDE and sqlite bugs pointing back and forth at each
other and a finally "funny-hmm" commit message ranting. So I thought it
prudent to don my asbestos underpants before posting this. :)


>  It's the useless and  
> annoying warning messages from VC++ that we hate.

Ah, thankfully I personally only worry about warnings that are
reproducible on Linux... 
Unfortunately, my code still has to work on VC++. :(

-- 
Mvh/Regards,

Kent Dahl
Software Developer

Industrial Control Design AS



Phone: +47 93 07 32 30

Breivika Industriveg 63
N-6018 Ă…lesund
Norway

[EMAIL PROTECTED]

www.icd.no


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the System Manager [EMAIL PROTECTED] and
delete the material from any computer.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to