../../lib/replace/tests/testsuite.c:322:13: error: ‘strnlen’ specified bound 20 exceeds source size 10 [-Werror=stringop-overread] 322 | if (strnlen("some text", 20) != 9) { | ^~~~~~~~~~~~~~~~~~~~~~~~ Patch will follow.