]> git.ipfire.org Git - thirdparty/glibc.git/commit
tests: replace system by xsystem
authorFrédéric Bérat <fberat@redhat.com>
Wed, 14 Jun 2023 08:52:07 +0000 (10:52 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 1 Aug 2024 14:59:26 +0000 (16:59 +0200)
commit45cfbf015f4e080dda3af67e715c7e4ef667c394
tree093795dfc9fece5331c3c0c8b8841df7f109d34e
parent3d252f17b817627238e9bed3ca5ce5ebca481937
tests: replace system by xsystem

With fortification enabled, system calls return result needs to be checked,
has it gets the __wur macro enabled.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
(cherry picked from commit 8022fc7d5119a22e9e0ac72798f649385b0e167a)
elf/tst-stackguard1.c
libio/bug-mmap-fflush.c
nptl/tst-cancel7.c
nptl/tst-stackguard1.c
nss/tst-nss-db-endpwent.c
support/Makefile
support/xstdlib.h [new file with mode: 0644]
support/xsystem.c [new file with mode: 0644]