-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b06
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8367875 | 21.0.10 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
The use of strdup (which is os::strdup because of context) in aix's os::dll_load is odd. The result is nearly unused (it's passed to strrchr, but the original filename could be used instead), so the duplication doesn't seem needed. And the duplicate is free'd using FREE_C_HEAP_ARRAY, which seems wrong.
- backported by
-
JDK-8367875 [aix] Fix strdup use in os::dll_load
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk21u-dev/091aef46
-
Commit(master) openjdk/jdk/d5320197
-
Review(master) openjdk/jdk21u-dev/2198
-
Review(master) openjdk/jdk/23078