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

Satyen Subramaniam ssubramaniam at openjdk.org
Tue Apr 22 16:31:57 UTC 2025


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.

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

Commit messages:
 - Backport 419191c653f787b5dc3032f9da31d8c9b9a08235

Changes: https://git.openjdk.org/jdk21u-dev/pull/1689/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=1689&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8325680
  Stats: 8 lines in 1 file changed: 3 ins; 3 del; 2 mod
  Patch: https://git.openjdk.org/jdk21u-dev/pull/1689.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/1689/head:pull/1689

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


More information about the jdk-updates-dev mailing list