| Other |
|---|
| tbdUnresolved |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
JDK-8220074 :
|
GCC 8.2 compiles jdk After all fixes related to JDK-8213153, but there are few more warnings reported by GCC 8.3:
In java.base:
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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And also in LittleCMS.
|