Another valgrind warning, deltify_by_id()
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-15 04:18:45 CEST
Hello
I'm still playing with valgrind, trying to determine if the warnings
apr_size_t len = svn_fs__id_length (target_id);
claiming that the memcpy within apr_pmemdup is reading from beyond the
This warning looks correct to me: it appears that the code is
I believe the code should be something like
tmp_id->digits = apr_palloc (trail->pool,
I'm getting to be quite impressed by valgrind!
-- Philip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed May 15 04:19:49 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.