glibc/assert
Siddhesh Poyarekar c32fd59314 Fix underallocation of abort_msg_s struct (CVE-2025-0395)
Include the space needed to store the length of the message itself, in
addition to the message string.  This resolves BZ #32582.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 68ee0f704c)
2025-01-22 17:10:37 +01:00
..
Depend
Makefile assert: Reformat Makefile. 2023-05-18 12:56:45 -04:00
Versions
__assert.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
__libc_assert_fail.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
assert-perr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
assert.c Fix underallocation of abort_msg_s struct (CVE-2025-0395) 2025-01-22 17:10:37 +01:00
assert.h Use __builtin_FILE instead of __FILE__ in assert in C++. 2023-02-10 17:12:40 +00:00
test-assert-perr.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
test-assert.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
tst-assert-c++.cc Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-assert-g++.cc Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00