Fix crash bug with vl's new trans handling in old transs
authorJeremy Allison <jra@samba.org>
Tue, 4 Dec 2007 20:53:21 +0000 (12:53 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 4 Dec 2007 20:53:21 +0000 (12:53 -0800)
commitf04e37a630f8e7538d670d34db4ea7fc7c0b50a3
tree5d2bbe16cc9510bb540adbe39da0ac1dc10e1e03
parentf1555f4f0d66e57fd19f200f842e4d05527accd5
Fix crash bug with vl's new trans handling in old transs
calls. Make this look like the (working) transs2 handling
(replace inbuf, not write to outbuf - outbuf isn't allocated
yet so you get a null deref).
Jeremy.
source/smbd/ipc.c