Commit 28b7bd4
committed
Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French:
- use after free fix for reconnect race
- two memory leak fixes
* tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
cifs: fix use-after-free caused by invalid pointer `hostname`
cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1584 | 1584 | | |
1585 | 1585 | | |
1586 | 1586 | | |
| 1587 | + | |
1587 | 1588 | | |
1588 | 1589 | | |
1589 | 1590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2434 | 2434 | | |
2435 | 2435 | | |
2436 | 2436 | | |
| 2437 | + | |
2437 | 2438 | | |
2438 | 2439 | | |
2439 | | - | |
2440 | | - | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
2441 | 2445 | | |
2442 | | - | |
| 2446 | + | |
2443 | 2447 | | |
2444 | 2448 | | |
2445 | 2449 | | |
| |||
3299 | 3303 | | |
3300 | 3304 | | |
3301 | 3305 | | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
3302 | 3309 | | |
3303 | 3310 | | |
3304 | 3311 | | |
| |||
0 commit comments