Commit f65289a
committed
Merge tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Pull smb server fixes from Steve French:
- Three fixes for potential out of bound accesses in read and write
paths (e.g. when alternate data streams enabled)
- GCC 15 build fix
* tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operations
ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
smb: server: Fix building with GCC 152 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6663 | 6663 | | |
6664 | 6664 | | |
6665 | 6665 | | |
| 6666 | + | |
| 6667 | + | |
| 6668 | + | |
| 6669 | + | |
6666 | 6670 | | |
6667 | 6671 | | |
6668 | 6672 | | |
| |||
6676 | 6680 | | |
6677 | 6681 | | |
6678 | 6682 | | |
6679 | | - | |
| 6683 | + | |
6680 | 6684 | | |
6681 | 6685 | | |
6682 | 6686 | | |
| |||
6878 | 6882 | | |
6879 | 6883 | | |
6880 | 6884 | | |
| 6885 | + | |
| 6886 | + | |
6881 | 6887 | | |
6882 | 6888 | | |
6883 | 6889 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments