RFR: JDK-8297242: Use-after-free during library unloading on Linux
David Holmes
dholmes at openjdk.org
Mon Nov 21 04:46:19 UTC 2022
On Fri, 18 Nov 2022 05:29:37 GMT, Justin King <jcking at openjdk.org> wrote:
> ASan identified a use-after-free in `os::dll_unload` caused by referencing memory owned by the dynamic loader after closing the library.
Looks good. Thanks for fixing.
In case you are not aware hotspot changes require two reviews and a nominal 24 hour delay before integrating. Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11231
More information about the hotspot-runtime-dev
mailing list