[openssh-commits] [openssh] branch master updated (23b8cb41 -> aa59d6a4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Mar 5 20:33:42 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 23b8cb41 upstream: Plug mem leak in moduli checkpoint option parsing.
new aa59d6a4 upstream: Fix mem and FILE leaks in moduli screening.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit aa59d6a489fb20973fa461d0fdb1110db412947b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Mar 5 09:24:35 2023 +0000
upstream: Fix mem and FILE leaks in moduli screening.
If multiple -Ocheckpoint= options are passed, the earlier ones would
be overwritten and leaked. If we use an input file that wasn't stdin,
close that. From Coverity CIDs 291884 and 291894.
OpenBSD-Commit-ID: a4d9d15f572926f841788912e2b282485ad09e8b
Summary of changes:
ssh-keygen.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list