Skip to content

Commit 4363a78

Browse files
ycsinfabiobaltieri
authored andcommitted
posix: uname: increase version name length
to 70 to prevent overflowing the char array. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 83db378 commit 4363a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/posix/options/Kconfig.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ menuconfig POSIX_UNAME
1212
if POSIX_UNAME
1313
config POSIX_UNAME_VERSION_LEN
1414
int "uname version string length"
15-
default 60
15+
default 70
1616
help
1717
Defines the maximum string length of uname version.
1818

0 commit comments

Comments
 (0)