]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix smbd crash for close_on_completion
authorVolker Lendecke <vl@samba.org>
Sat, 28 Mar 2009 18:58:45 +0000 (19:58 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 5 Apr 2009 12:34:14 +0000 (14:34 +0200)
commit3b0572bf91a527674459427c761d45361e40d3ec
tree2dea4f08f892078bd5f47ee5446395a6562ad1d5
parent0421fa90ce2f140da95e51216677834896d77213
Fix smbd crash for close_on_completion

handle_trans() can talloc_free "conn" if the client requests
close_on_completion. "state" is a talloc_child of conn, so it will be gone when
we later free state->data et al.
source3/smbd/ipc.c