]> code.citadel.org Git - citadel.git/commitdiff
berkeley_db: cdb_next_item() use DB_REALLOC, not DB_MALLOC
authorArt Cancro <ajc@citadel.org>
Wed, 6 Sep 2023 03:04:50 +0000 (23:04 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 6 Sep 2023 03:04:50 +0000 (23:04 -0400)
Fixes a 'Brown Paper Bug' that will leak memory ... catastrophically if ctdldump is run on a big db.


No differences found