Integrated: JDK-8297242: Use-after-free during library unloading on Linux
Justin King
jcking at openjdk.org
Tue Nov 29 06:57:06 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.
This pull request has now been integrated.
Changeset: 6f06f440
Author: Justin King <jcking at openjdk.org>
Committer: Man Cao <manc at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6f06f440bcf8a5db379b80e8765af38a15449356
Stats: 15 lines in 1 file changed: 12 ins; 0 del; 3 mod
8297242: Use-after-free during library unloading on Linux
Reviewed-by: dholmes, jsjolen
-------------
PR: https://git.openjdk.org/jdk/pull/11231
More information about the hotspot-runtime-dev
mailing list