-
Bug
-
Resolution: Fixed
-
P4
-
8, 9, 10, 11, 14
-
b21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8266202 | 11.0.13-oracle | Jayathirth D V | P4 | Resolved | Fixed | b01 |
JDK-8264925 | 11.0.12 | Jayathirth D V | P4 | Resolved | Fixed | b01 |
In PNGImageReader.readNullTerminatedString() if we pass String whose length is same as maxLen but without null at the end. We will just read that non-null terminated string without throwing any Exception.
We should throw a proper exception that header contains non-null terminated String.
This bug is created after analyzingJDK-8191023.
We should throw a proper exception that header contains non-null terminated String.
This bug is created after analyzing
- backported by
-
JDK-8264925 PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen
- Resolved
-
JDK-8266202 PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen
- Resolved
- relates to
-
JDK-8242557 Add length limit for strings in PNGImageWriter
- Resolved