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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jan 2020 08:30:24 +0000 (08:30 +0000)
commit890513b5b3cf8c8b14fc21c1f095b9d4a3f94e04
tree5c3aa34a18cca85d77b48e441e9deec471ff3d89
parent1d28d27070a7ade82283dab11c9ef7cadfbf54fb
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>
(cherry picked from commit f11e207e01c52566c47e350ff240fe95392de0c3)
librpc/ndr/ndr_string.c