On Wed, 12 Oct 2022 20:35:09 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> Note also that this specific problem is triggered by dlopen itself, because > certain libraries might have some "bad" (from the perspective of JVM) > initialization code. ... and it leads to another question whether the JVM itself is amenable to such problems. Do we need to sanitize the environment when returning from calls into the JVM? ------------- PR: https://git.openjdk.org/jdk/pull/10661