Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8187578
BitMap::reallocate should check if old_map is NULL
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
10
Affects Version/s:
10
Component/s:
hotspot
Labels:
None
Subcomponent:
runtime
Resolved In Build:
b31
Description
The method BitMap::reallocate should check if old_map equals NULL before calling Copy::disjoint_words. There is a case in Copy::disjoint_words that can result in call to memcpy, and it is undefined behavior to call memcpy with NULL parameters.
Attachments
Activity
People
Assignee:
Erik Helin
Reporter:
Erik Helin
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2017-09-15 05:29
Updated:
2019-05-22 13:11
Resolved:
2017-10-11 03:27