[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: valgrind warning committing binary files

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 29 Apr 2010 15:22:55 +0100

Julian Foad <julian.foad_at_wandisco.com> writes:

> Philip Martin wrote:
>> $ svnadmin create repo
>> $ valgrind -q --num-callers=20 subversion/svn/.libs/lt-svn import -mm subversion/tests/cmdline/theta.bin file://`pwd`/repo/f1
>> ==15201== Syscall param write(buf) points to uninitialised byte(s)
>
> Yup, similar result here running a recent trunk build.

I think this is a false alarm. It occurs when writing zlib compressed
svndiff data and I'm using zlib 1.2.3.3. I know this version of zlib
gives valgrind warnings during compression, and I think that the way
the zlib algorithm works means that it doesn't affect the result of a
compression-decompression round trip.

-- 
Philip
Received on 2010-04-29 16:23:47 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.