Snippets for 389-ds-base 3.3.0 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/389-ds-base/3.3.0/5.fc45/data/logs/s390x/build.log.
-
/usr/include/bits/string_fortified.h:112:10: warning: ‘strncpy’ destination unchanged after copying no bytes [-Wstringop-truncation] 112 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ -
ldap/servers/slapd/back-ldbm/cache.c:632:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 632 | *(char*)23 = 1; /* abort() somehow corrupt gdb stack backtrace so lets generate a SIGSEGV */ | ^