RFR: JDK-8297242: Use-after-free during library unloading on Linux

Johan Sjölen jsjolen at openjdk.org
Mon Nov 21 09:11:20 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.

Hi, thanks for the fix. This looks good to me also.

-------------

Marked as reviewed by jsjolen (Committer).

PR: https://git.openjdk.org/jdk/pull/11231


More information about the hotspot-runtime-dev mailing list