Re: a bug in svn_fs_base__unparse_representation_skel?
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-12-09 02:24:29 CET
Mary Jane Lemur wrote:
Yes; or, at least, that's better than dividing by it.
> i'm guessing that this bug hasnt been noticed because every system so
Most of the code assumes a char is one byte. svn_fs_base__mem_atom() and
APR_MD5_DIGESTSIZE
(not multiplied or divided by anything), just like everywhere else it is used
sizeof(rep->checksum)
but that wouldn't work if rep->checksum were to be changed to a pointer rather
Fixed in r17704 (along with some useless backslashes that I happened to notice).
Thank you for pointing it out.
- Julian
---------------------------------------------------------------------
|
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.