Commit 780bdc1
committed
Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd
Pull smb server fixes from Steve French:
- query directory flex array fix
- fix potential null ptr reference in open
- fix error message in some open cases
- two minor cleanups
* tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd:
smb/server: update misguided comment of smb2_allocate_rsp_buf()
smb/server: remove useless assignment of 'file_present' in smb2_open()
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
smb/server: fix return value of smb2_open()
ksmbd: the buffer of smb2 query dir response has at least 1 byte2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | | - | |
| 1513 | + | |
1514 | 1514 | | |
1515 | 1515 | | |
1516 | 1516 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
2770 | 2770 | | |
2771 | 2771 | | |
2772 | 2772 | | |
2773 | | - | |
2774 | | - | |
| 2773 | + | |
| 2774 | + | |
2775 | 2775 | | |
2776 | 2776 | | |
2777 | 2777 | | |
| |||
2791 | 2791 | | |
2792 | 2792 | | |
2793 | 2793 | | |
2794 | | - | |
2795 | | - | |
| 2794 | + | |
| 2795 | + | |
2796 | 2796 | | |
2797 | 2797 | | |
2798 | 2798 | | |
| |||
3096 | 3096 | | |
3097 | 3097 | | |
3098 | 3098 | | |
3099 | | - | |
3100 | 3099 | | |
3101 | 3100 | | |
3102 | 3101 | | |
| |||
3414 | 3413 | | |
3415 | 3414 | | |
3416 | 3415 | | |
3417 | | - | |
| 3416 | + | |
3418 | 3417 | | |
3419 | 3418 | | |
3420 | 3419 | | |
| |||
3713 | 3712 | | |
3714 | 3713 | | |
3715 | 3714 | | |
3716 | | - | |
| 3715 | + | |
3717 | 3716 | | |
3718 | 3717 | | |
3719 | 3718 | | |
| |||
4409 | 4408 | | |
4410 | 4409 | | |
4411 | 4410 | | |
4412 | | - | |
| 4411 | + | |
| 4412 | + | |
4413 | 4413 | | |
4414 | 4414 | | |
4415 | 4415 | | |
| |||
0 commit comments