mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
7734584c4f
convert_string_talloc_handle() tries to play an the safe side and always returns a null terminated array. But for NDR we need to be correct on the wire... BUG: https://bugzilla.samba.org/show_bug.cgi?id=14956 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 43648e95a514020da4c7efa62df55d0882e3db85)