diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2024-01-16 09:44:30 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2024-02-05 15:04:26 +0100 |
commit | ab0db3b8849a3d4e56e30d50bc019666532b1299 (patch) | |
tree | c1575866b4075a41094627d2879c1b3dd0a28980 /stdio-common/tst-scanf-binary-c23.c | |
parent | bbd248ac0d75efdef8fe61ea69b1fb25fb95b6e7 (diff) | |
download | glibc-ab0db3b8849a3d4e56e30d50bc019666532b1299.tar.gz glibc-ab0db3b8849a3d4e56e30d50bc019666532b1299.tar.xz glibc-ab0db3b8849a3d4e56e30d50bc019666532b1299.zip |
Fix stringop-overflow warning in tst-strlcat2.
On s390x, I get warnings like this when do_one_test is inlined with SIZE_MAX: In function ‘do_one_test’, inlined from ‘do_overflow_tests’ at tst-strlcat2.c:184:2: tst-strlcat2.c:49:18: error: ‘strnlen’ specified bound [18446744073709550866, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=] 49 | # define STRNLEN strnlen | ^ tst-strlcat2.c:89:23: note: in expansion of macro ‘STRNLEN’ 89 | size_t dst_length = STRNLEN (dst, n); | ^~~~~~~ This patch just marks the do_one_test function as noinline as also done in test-strncat.c: Fix stringop-overflow warning in test-strncat. https://sourceware.org/git/?p=glibc.git;a=commit;h=51aeab9a363a0d000d0912aa3d6490463a26fba2
Diffstat (limited to 'stdio-common/tst-scanf-binary-c23.c')
0 files changed, 0 insertions, 0 deletions