summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-03-25 21:48:37 -0700
committerJeremy Allison <jra@samba.org>2009-03-25 21:48:37 -0700
commit202228d48b6459148d328840d23322ecfac00626 (patch)
tree85841da4812201173eeb929d0140caa2aaeba6b4 /source3/smbd/nttrans.c
parent5adeaea664b016225518a465e3fc2ed4b8cce098 (diff)
downloadsamba-202228d48b6459148d328840d23322ecfac00626.tar.gz
samba-202228d48b6459148d328840d23322ecfac00626.tar.bz2
samba-202228d48b6459148d328840d23322ecfac00626.zip
Ensure we never enter VFS_CREATE without having initialized
sbuf as invalid (if not already read via stat()). Still trying to find the build farm RAW-STREAM errors and it's happening in a openX call.... Jeremy.
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index 628fc1bd32..7e75eea6b4 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -441,6 +441,8 @@ void reply_ntcreate_and_X(struct smb_request *req)
START_PROFILE(SMBntcreateX);
+ SET_STAT_INVALID(sbuf);
+
if (req->wct < 24) {
reply_nterror(req, NT_STATUS_INVALID_PARAMETER);
return;
@@ -865,6 +867,8 @@ static void call_nt_transact_create(connection_struct *conn,
uint8_t oplock_granted;
TALLOC_CTX *ctx = talloc_tos();
+ SET_STAT_INVALID(sbuf);
+
DEBUG(5,("call_nt_transact_create\n"));
/*