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

Re: svn commit: rev 3088 - trunk/subversion/libsvn_wc

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-08-28 23:38:02 CEST

Karl Fogel wrote:
> philip@tigris.org writes:
>> Fix an unitialized memory read identified by valgrind.
>
> Hmmm. That's interesting -- valgrind doesn't know enough to know
> that that code was correct because of the semantics of the
> conditional's body.
>
> No objection to switching the order, if only for clarity, just
> pointing out that there wasn't really a bug here :-).

As far as I know, valgrind does not check semantics or analyze code in
any way. It instruments the x86 assembler so to check against these
things.

So if it mentioned an uninitialized memory read - the read actually
happened. That is, unitialized memory was read by the assembler code.

Atleast, this is how I think valgrind works - please correct me if I'm
wrong so I don't confuse more people :)

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 28 23:43:54 2002

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.