diff options
| author | Shirish Pargaonkar <shirishp@gmail.com> | 2008-07-24 10:48:33 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-07-24 10:48:33 -0400 |
| commit | 76c510ad2e7d56cfe8f2cc7b23783e5c687cf704 (patch) | |
| tree | 1bc1f3e3cdda670affccffe3ef0c7be56643f7d0 | |
| parent | 99b1f5b2f6cd2f65cce02c5f63302df5878a5fbc (diff) | |
[CIFS] Fix possible double free if search immediately after search rewind fails
Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -rw-r--r-- | fs/cifs/readdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index 83f306954883..5f40ed3473f5 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c | |||
| @@ -690,6 +690,7 @@ static int find_cifs_entry(const int xid, struct cifsTconInfo *pTcon, | |||
| 690 | else | 690 | else |
| 691 | cifs_buf_release(cifsFile->srch_inf. | 691 | cifs_buf_release(cifsFile->srch_inf. |
| 692 | ntwrk_buf_start); | 692 | ntwrk_buf_start); |
| 693 | cifsFile->srch_inf.ntwrk_buf_start = NULL; | ||
| 693 | } | 694 | } |
| 694 | rc = initiate_cifs_search(xid, file); | 695 | rc = initiate_cifs_search(xid, file); |
| 695 | if (rc) { | 696 | if (rc) { |
