]> git.ipfire.org Git - thirdparty/samba.git/commit
ndr: maintain proper talloc tree in pull_string_array
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 29 Jul 2020 22:46:17 +0000 (10:46 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Aug 2020 02:51:35 +0000 (02:51 +0000)
commit9bf331b46a70189f2f63a5223a31eae64a9854db
treed3dbf60acc47c8e26826f47ed3e9376c59704c7a
parent326bc84c0d0f83b4429e78b6c974204116233330
ndr: maintain proper talloc tree in pull_string_array

We don't want to leave other parts of the ndr struct hanging off this
string array just because LIBNDR_FLAG_REMAINING is used.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_string.c