lib/ldb: Use talloc_memdup() because we know the length of the attribute already
authorAdrian Cochrane <adrianc@catalyst.net.nz>
Tue, 1 Sep 2015 01:33:52 +0000 (13:33 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Dec 2015 02:23:21 +0000 (03:23 +0100)
commit8644dd4e52e402256f030276de675a9031495031
treef141ebe351dbeaa2f0de0a6b24fc1a1b00b03fe9
parent8731e0c6cd267dbf23e9834d0022713d3a17d791
lib/ldb: Use talloc_memdup() because we know the length of the attribute already

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11602
Signed-off-by: Adrian Cochrane <adrianc@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/common/ldb_pack.c