-
Bug
-
Resolution: Fixed
-
P4
-
9, 21, 22
-
b20
-
aix
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318773 | 21.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
There's a call to malloc() in Java_sun_nio_fs_AixNativeDispatcher_getmntctl() where we don't check for a potentially NULL return value (i.e. out of memory).
- backported by
-
JDK-8318773 (fs) Check return value of malloc in Java_sun_nio_fs_AixNativeDispatcher_getmntctl()
- Resolved