]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Exempt blank_stack_side_effects() from sanitizer checks
authorGuillem Jover <guillem@hadrons.org>
Tue, 21 Mar 2023 03:11:03 +0000 (04:11 +0100)
committerGuillem Jover <guillem@hadrons.org>
Wed, 29 Mar 2023 00:47:18 +0000 (02:47 +0200)
commit536a7d42fd010811aba208eef281916f34387e78
tree73a4a3ae4dee8a9c9dbeba099a7a16a04630855d
parent7ed5de01583ea99488d8655d7c95a5c2a84cc6d9
test: Exempt blank_stack_side_effects() from sanitizer checks

This will mean we cannot use sanitizer support on the Hurd, for which
this function was added to fix the test. But the sanitizer suppression
function attribute is not having any effect, so this is better than
nothing.
test/explicit_bzero.c