]> git.ipfire.org Git - thirdparty/glibc.git/commit
assert: Add test for CVE-2025-0395
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 31 Jan 2025 17:16:30 +0000 (12:16 -0500)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 13 Feb 2025 17:33:27 +0000 (12:33 -0500)
commitcdb9ba84191ce72e86346fb8b1d906e7cd930ea2
treeebd43b812ab348e75e22e01a6bca7b3e376044b0
parentb81252c4b9d8f624ce6519d38bfa7d77ec36f403
assert: Add test for CVE-2025-0395

Use the __progname symbol to override the program name to induce the
failure that CVE-2025-0395 describes.

This is related to BZ #32582

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
assert/Makefile
assert/tst-assert-sa-2025-0001.c [new file with mode: 0644]