Snippets for ahcpd 0.53 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/a657y51kgrz8p4dn9jn222g8mfix2n3c-ahcpd-0.53.drv.
-
/nix/store/m300ngckdmal8wnl3bjbpwca3a5bn74c-glibc-2.42-67-dev/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 200 equals destination size [-Wstringop-overflow=] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/m300ngckdmal8wnl3bjbpwca3a5bn74c-glibc-2.42-67-dev/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [40, 81] is out of the bounds [0, 40] of object 'ifr' with type 'struct ifreq' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~