]> 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 18:34:21 +0000 (13:34 -0500)
commit0487893d5c5bc6710d83d7c3152d888a0339559e
tree91886955a1f8e7751bd60bde9b8e96187f9c1521
parentb33ecb069b1837da23164882c0b2ffaf29818aec
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>
(cherry picked from commit cdb9ba84191ce72e86346fb8b1d906e7cd930ea2)
assert/Makefile
assert/tst-assert-sa-2025-0001.c [new file with mode: 0644]