-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 16, 17
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263872 | 16.0.2 | Harold Seigel | P4 | Resolved | Fixed | b01 |
JDK-8263685 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8264035 | 11.0.12 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
Sonarcloud reports a possible access to a NULL C++ object in Arena::destruct_contents():
```
_first->chop();
```
I have found no code path where this could happen but _first could conceivably be NULL after a call to Arena::reset(). Lets fix that.
```
_first->chop();
```
I have found no code path where this could happen but _first could conceivably be NULL after a call to Arena::reset(). Lets fix that.
- backported by
-
JDK-8263685 Possible NULL dereference in Arena::destruct_contents()
- Resolved
-
JDK-8263872 Possible NULL dereference in Arena::destruct_contents()
- Resolved
-
JDK-8264035 Possible NULL dereference in Arena::destruct_contents()
- Resolved
- links to
-
Commit openjdk/jdk16u/0aeeebbf
-
Commit openjdk/jdk/c484d890
-
Review openjdk/jdk16u/88
-
Review openjdk/jdk/2994
(2 links to)