summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/trans2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 86c6252297..6a089cc429 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -1440,6 +1440,10 @@ static int call_trans2qfilepathinfo(connection_struct *conn,
int len;
time_t c_time;
+ if (!params) {
+ return ERROR_NT(NT_STATUS_INVALID_PARAMETER);
+ }
+
if (tran_call == TRANSACT2_QFILEINFO) {
files_struct *fsp = file_fsp(params,0);
info_level = SVAL(params,2);