r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Oct 2004 02:02:00 +0000 (02:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:01:55 +0000 (13:01 -0500)
commit31e96d8def1dd2fea76d31a032d64e5917462dc8
tree808f7c944e3aa873b4d6af6ddebfa8fa2e659986
parent72093ce62f1e09db86452720fe8280ad66824cde
r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.

Because we didn't count the null terminator, we would not move past it
in the packet.

Andrew Bartlett
(This used to be commit 8b38bffc7098610c469ab61b7e0e6884f046f286)
source4/lib/util_str.c
source4/librpc/ndr/ndr_basic.c