[jdk21u-dev] Integrated: 8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179

Satyen Subramaniam ssubramaniam at openjdk.org
Thu Apr 24 18:53:55 UTC 2025


On Tue, 22 Apr 2025 16:27:33 GMT, Satyen Subramaniam <ssubramaniam at openjdk.org> wrote:

> Backporting JDK-8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179. This patch addresses the issue by using `calloc` in place of `malloc` and removes a couple redundant lines. Ran GHA Sanity Checks, local Tier 1 and 2 tests. Patch is clean.

This pull request has now been integrated.

Changeset: 4a32207d
Author:    Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/4a32207d5fb6620fe431f5b2c2f25a74683f21ae
Stats:     8 lines in 1 file changed: 3 ins; 3 del; 2 mod

8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179

Backport-of: 419191c653f787b5dc3032f9da31d8c9b9a08235

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

PR: https://git.openjdk.org/jdk21u-dev/pull/1689


More information about the jdk-updates-dev mailing list