there are places in the samba3 code that don't check properly for
authorAndrew Tridgell <tridge@samba.org>
Mon, 2 Feb 2004 12:09:35 +0000 (12:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 2 Feb 2004 12:09:35 +0000 (12:09 +0000)
commit655ec168288159f5c0961ed8cbdd84c4e14eab26
tree2b7bc793796e2b8a35282fb932c16480cd0605bd
parent8b8f0c527959c707f274b435fc59156e37232981
there are places in the samba3 code that don't check properly for
packet-termination of strings. This change ensures that when we go
past the end of a packet we hit 2 null bytes, thus terminating. We are
relying on the SAFETY_MARGIN packet allocation stuff here.
source/lib/util_sock.c