]> Kevux Git Server - fll/commitdiff
Security: Invalid read in help output due to incorrect size assigned to static string.
authorKevin Day <kevin@kevux.org>
Fri, 28 Apr 2023 00:52:58 +0000 (19:52 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 28 Apr 2023 00:52:58 +0000 (19:52 -0500)
level_3/fss_basic_list_read/c/common.h

index 9c669158062ad5faedea13307a0a41f055dbcb8c..34c5920b004970919cae2001ccc9533eb737a5a0 100644 (file)
@@ -141,7 +141,7 @@ extern "C" {
 
   #define FSS_BASIC_LIST_READ_long_at_s_length       2
   #define FSS_BASIC_LIST_READ_long_content_s_length  7
-  #define FSS_BASIC_LIST_READ_long_columns_s_length  8
+  #define FSS_BASIC_LIST_READ_long_columns_s_length  7
   #define FSS_BASIC_LIST_READ_long_delimit_s_length  7
   #define FSS_BASIC_LIST_READ_long_depth_s_length    5
   #define FSS_BASIC_LIST_READ_long_empty_s_length    5