]> sourceware.org Git - glibc.git/commit
x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 18 Feb 2022 23:00:25 +0000 (17:00 -0600)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Feb 2022 23:26:39 +0000 (15:26 -0800)
commit676f85759c5cd1eeb081e8b1c1c05a4f0fa3b92b
treec4fe4fc31ac9ceda27cd8bc75ab3ffc308e35748
parentd001088e221ab3f89d78ce3e914e97206a27c94b
x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c

Previously TEST_NAME was passing a function pointer. This didn't fail
because of the -Wno-error flag (to allow for overflow sizes passed
to strncmp/wcsncmp)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit b98d0bbf747f39770e0caba7e984ce9f8f900330)
sysdeps/x86/tst-strncmp-rtm.c
This page took 0.041538 seconds and 5 git commands to generate.