Integrated: JDK-8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns
Matthias Baesken
mbaesken at openjdk.org
Thu Feb 29 08:18:55 UTC 2024
On Mon, 19 Feb 2024 13:04:47 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> In AccessBridgeJavaEntryPoints.cpp we have a couple of exception checks with potential early returns. Those miss ReleaseStringChars .
This pull request has now been integrated.
Changeset: d9ef16db
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d9ef16dbb6917a4fff7711b32f3dd87611560dd1
Stats: 99 lines in 1 file changed: 23 ins; 57 del; 19 mod
8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns
Reviewed-by: clanger, prr
-------------
PR: https://git.openjdk.org/jdk/pull/17915
More information about the client-libs-dev
mailing list