From: Kevin Day Date: Fri, 28 Apr 2023 00:52:58 +0000 (-0500) Subject: Security: Invalid read in help output due to incorrect size assigned to static string. X-Git-Tag: 0.6.5~5 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=56ae8ac60e85056b7fa26b0b64ad53a7273c6431;p=fll Security: Invalid read in help output due to incorrect size assigned to static string. --- diff --git a/level_3/fss_basic_list_read/c/common.h b/level_3/fss_basic_list_read/c/common.h index 9c66915..34c5920 100644 --- a/level_3/fss_basic_list_read/c/common.h +++ b/level_3/fss_basic_list_read/c/common.h @@ -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