Skip to content

Commit

Permalink
ksmbd: release 3.4.3 version
Browse files Browse the repository at this point in the history
Major changes are:
 - Fix SMB1 issues(signing verification failure, read data issue).
 - Add support for RSS(Receive Side Scailing) mode.
 - Fix several security issues. (Buffer overflow check, prevent the out
   of share access)
 - Remove follow symlink support.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Dec 20, 2021
1 parent bf26238 commit ea4274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "unicode.h"
#include "vfs_cache.h"

#define KSMBD_VERSION "3.4.2"
#define KSMBD_VERSION "3.4.3"

extern int ksmbd_debug_types;

Expand Down

0 comments on commit ea4274d

Please sign in to comment.