Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b16
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222848 | 11.0.4 | Martin Doerr | P4 | Resolved | Fixed | b01 |
Description
Due to a possible address overflow in internal computation, Symbol::is_valid can crash with SIGSEGV when it got e.g. (address)-8. There's no other check which prevents this.
We have seen "error occurred during error reporting" on Windows 32 bit for such a case.
We have seen "error occurred during error reporting" on Windows 32 bit for such a case.
Attachments
Issue Links
- backported by
-
JDK-8222848 Readability check in Symbol::is_valid not performed for some addresses
- Resolved