librpc: Fix string length checking in ndr_pull_charset_to_null()
authorAndreas Schneider <asn@samba.org>
Mon, 16 Dec 2019 14:50:17 +0000 (15:50 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 20 Dec 2019 07:35:41 +0000 (07:35 +0000)
commitf11e207e01c52566c47e350ff240fe95392de0c3
tree41db2ac35dcf7b265e5c54adece51b2268c142c6
parent0bd479140c18ab79479ced4f25f366744c3afe18
librpc: Fix string length checking in ndr_pull_charset_to_null()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14219

Pair-Programmed-With: Guenther Deschner <gd@samba.org>
Signed-off-by: Guenther Deschner <gd@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_string.c