Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177343 | 7 | Keith Mcguigan | P3 | Closed | Fixed | b40 |
JDK-2172826 | 6u14 | Keith Mcguigan | P3 | Closed | Fixed | b01 |
Bytecodes::special_length_at does not check for the end of the buffer before reading from memory. This can cause uninitialized or even unmapped memory to be read. The attached test triggers this condition using tableswitch.
- backported by
-
JDK-2172826 Bytecodes::special_length_at reads past end of code buffer
- Closed
-
JDK-2177343 Bytecodes::special_length_at reads past end of code buffer
- Closed