When walking the SMB2 requests queue, ensure the request is still "in flight"
authorJeremy Allison <jra@samba.org>
Mon, 26 Apr 2010 19:29:03 +0000 (12:29 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 26 Apr 2010 19:29:03 +0000 (12:29 -0700)
commit1055b3c229f9ab8b4d43a73346090bb72b88d607
treeb8585ace60b9768770c3490aa19e837e34782356
parent6beba782f1bf951236813e0b46115b8102212c03
When walking the SMB2 requests queue, ensure the request is still "in flight"
before examining the details.

SMB2 requests stay on the queue until their out.vector has been
send, only then are they talloc_free'd.

Thanks for Ira Cooper <ira@wakeful.net> for giving me the
backtrace showing this.

Jeremy.
source3/smbd/smb2_create.c