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

duke duke at openjdk.org
Thu Apr 24 16:26:52 UTC 2025


On Tue, 22 Apr 2025 16:27:39 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 579eb229e1f4c8b50283086a7bafcd714cbacea5) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3518#issuecomment-2828202315


More information about the jdk-updates-dev mailing list