debian sid with custom compiled glibc path and read title ``` simdzone/./src/generic/ip6.h: In function ‘inet_pton6’: simdzone/./src/generic/ip6.h:172:17: warning: writing 32 bytes into a region of size 0 [-Wstringop-overflow=] 172 | endp[- i] = colonp[n - i]; | ^ simdzone/./src/generic/ip6.h:102:11: note: at offset [-2147483600, -16] into destination object ‘tmp’ of size 16 102 | uint8_t tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; | ^ gcc -I/usr/lib/x86_64-linux-gnu/mylibc/glibc-2.41/install/includ simdzone/./src/generic/ip6.h: In function ‘inet_pton6’: simdzone/./src/generic/ip6.h:172:17: warning: writing 32 bytes into a region of size 0 [-Wstringop-overflow=] 172 | endp[- i] = colonp[n - i]; | ^ simdzone/./src/generic/ip6.h:102:11: note: at offset [-2147483600, -16] into destination object ‘tmp’ of size 16 102 | uint8_t tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; ```