Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135539 | emb-9 | Kim Barrett | P4 | Resolved | Fixed | team |
HashtableTextDump::corrupted is called to report a corrupted class file. It builds an error message in a local stack allocated buffer, using sprintf. The generated error message used to be small enough that it always fit in the allocated buffer. However, the error message was recently changed to include more information, and now it may sometimes be long enough to overrun that buffer.
- backported by
-
JDK-8135539 crash when reporting corrupted classfile
- Resolved