mbox series

[0/3] Fix some bug in cifs

Message ID 20221115103936.3303416-1-zhangxiaoxu5@huawei.com
Headers show
Series Fix some bug in cifs | expand

Message

zhangxiaoxu (A) Nov. 15, 2022, 10:39 a.m. UTC
Zhang Xiaoxu (3):
  cifs: Fix wrong return value checking when GETFLAGS
  cifs: Fix UAF in cifs_demultiplex_thread()
  cifs: Move the in_send statistic to __smb_send_rqst()

 fs/cifs/cifsglob.h  |  1 +
 fs/cifs/ioctl.c     |  4 ++--
 fs/cifs/transport.c | 53 +++++++++++++++++++++++++--------------------
 3 files changed, 33 insertions(+), 25 deletions(-)