[jdk17u-dev] Integrated: 8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179
Satyen Subramaniam
ssubramaniam at openjdk.org
Thu Apr 24 18:56:02 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.
This pull request has now been integrated.
Changeset: d1324689
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/d132468950815df952e38869f304445502631f52
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/jdk17u-dev/pull/3518
More information about the jdk-updates-dev
mailing list