]> git.sur5r.net Git - openldap/commit
ITS#7210 fix check for freelist changes
authorHoward Chu <hyc@symas.com>
Tue, 10 Apr 2012 02:24:47 +0000 (19:24 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 11 Apr 2012 18:40:02 +0000 (11:40 -0700)
commit75b97f03e4137325b1141f8fa6f4034ef03b47a0
tree8ccb5601b40a853f2d4f95e6c2002b4ffd7882c5
parentf26e77f5a8b6d8c124c6c136cd2aa9e94495c465
ITS#7210 fix check for freelist changes

Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.
libraries/libmdb/mdb.c