From ea4274db5c323d5c3b8a0d7f02c122dd2869e09e Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Sun, 19 Dec 2021 20:32:38 +0900 Subject: [PATCH] ksmbd: release 3.4.3 version 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 --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 7f03925b3..413959600 100644 --- a/glob.h +++ b/glob.h @@ -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;