maskit opened a new pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526
Found on Fedora 34 (GCC 11)
```
make[1]: Entering directory '/home/masakazu/git/trafficserver/tools'
CXX jtest/jtest.o
In file included from jtest/jtest.cc:27:
In function 'const void* memchr(const void*, int, size_t)',
inlined from 'int ink_web_escapify_string(char*, char*, int)' at
jtest/jtest.cc:4803:23:
/usr/include/string.h:86:27: error: 'void* __builtin_memchr(const void*,
int, long unsigned int)' specified bound 2147483647 exceeds source size 15
[-Werror=stringop-overread]
86 | return __builtin_memchr (__s, __c, __n);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]