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)
commit8b38bffc7098610c469ab61b7e0e6884f046f286
tree7a9d6aa19a312351d8e3c873190952c62ce6595a
parent834b09929bcb8aabdd151b7c2306001497cabdb4
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
source/lib/util_str.c
source/librpc/ndr/ndr_basic.c