smb补丁分析

点击这里在哔哩哔哩bilibili在线观看配套的教学视频

点击跳转到smb课程所有目录

1 我写的补丁

点击查看kernel.org网站上我的Linux内核邮件列表

点击查看kernel.org网站上我的Linux内核仓库提交记录(加载需要一丢丢时间哈)

CVE-2024-46742: 4e8771a3666c8 smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()

542228db2f28f cifs: fix use-after-free on the link name

502487847743 cifs: fix missing unlock in cifs_file_copychunk_range()

2624b445544f ksmbd: fix possible refcount leak in smb2_open()

2186a116538a7 smb/server: fix return value of smb2_open()

2b058acecf56f cifs: return the more nuanced writeback error on close()

补丁集: [PATCH v2 00/12] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups