ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Jun 2018 09:20:00 +0000 (11:20 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 15 Jun 2018 02:39:41 +0000 (04:39 +0200)
commitf4f3abfa0e18bb4968b37b1cac40cd8c185c8d7b
treed434f81f3e450cd237f48fa729f3a0accbf28e67
parent5ef6775919e83fdae66385db8d1579fa259602f1
ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.

After a duplicated add a small amount of memory can be leaked onto a
long-term context.

Found by Andrej Gessel https://github.com/andiges

https://github.com/samba-team/samba/commit/e8fb45125e6a279b918694668e0d4fbddac10aee#commitcomment-29334102

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13471
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jun 15 04:39:41 CEST 2018 on sn-devel-144
lib/ldb/ldb_tdb/ldb_tdb.c