Integrated: JDK-8263558: Possible NULL dereference in fast path arena free if ZapResourceArea is true

Thomas Stuefe stuefe at openjdk.java.net
Sat Mar 20 09:10:40 UTC 2021


On Sun, 14 Mar 2021 06:09:26 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Sonarcloud reports a possible NULL dereference when zapping the to-be-freed area in fast-path arena free. Possible call stack for this to happen starts in Node::destruct(PhaseValues* phase).

This pull request has now been integrated.

Changeset: d2c137d4
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d2c137d4
Stats:     11 lines in 2 files changed: 10 ins; 0 del; 1 mod

8263558: Possible NULL dereference in fast path arena free if ZapResourceArea is true

Reviewed-by: kbarrett, coleenp

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

PR: https://git.openjdk.java.net/jdk/pull/2995


More information about the hotspot-runtime-dev mailing list