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

Re: ra_local unitialised variable with locks

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-09 09:38:53 CEST

On Sat, 9 Apr 2005, Philip Martin wrote:

>
> $ rm -rf repo wc
> $ svnadmin create repo
> $ svn import Makefile file://`pwd`/repo/foo -m ""
> $ svn co file://`pwd`/repo wc
> $ svn lock wc/foo -m ""
>
> $ valgrind -q svn rm --username "" -m "" file://`pwd`/repo/foo
> ==31509== Conditional jump or move depends on uninitialised value(s)
> ==31509== at 0x1B9B6623: verify_lock (lock.c:644)
...

Could you try r14061? It should cure this uninitialized struct member.
I'll propose for backport after your confirmation.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 9 09:33:54 2005

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.