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

duke duke at openjdk.org
Thu Apr 24 16:27:54 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.

@satyenme 
Your change (at version 3cf988832af3df42f8da8c5db5d3fb551f0e296c) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1689#issuecomment-2828204109


More information about the jdk-updates-dev mailing list