|
Relates :
|
GCC 8.3 output:
src/java.base/unix/native/libjava/canonicalize_md.c:214:9: error: 'strncpy' specified bound 4097 equals destination size [-Werror=stringop-truncation]
strncpy(path, original, sizeof(path));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|