a bug in svn_fs_base__unparse_representation_skel?
From: Mary Jane Lemur <mjlemur_at_gmail.com>
Date: 2005-12-08 23:23:19 CET
i'm looking in libsvn_fs_base/util/fs_skels.c, line 1038.
the code seems to be duplicating the rep->checksum array in memory by
APR_MD5_DIGESTSIZE / sizeof (*(rep->checksum)
isnt this wrong? if we're on a system where (unsigned char) is 2
APR_MD5_DIGESTSIZE * sizeof (*(rep->checksum)
i'm guessing that this bug hasnt been noticed because every system so
--mj
---------------------------------------------------------------------
|
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.