]> 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:52:05 +0000 (13:52 -0500)
commit31eb872cb21449832ab47ad5db83281d240e1d03
tree1402171b08bc72b7eac9e9a967238c99ee3ed62a
parentd5b467b4f8534d84e597e3e0936fb62fc3248b37
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]