Mailing List Archive

[openssh] branch master updated (9ffa76e1 -> 28f1b8ef)
This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

from 9ffa76e1 upstream: Plug more mem leaks in sftp by making
new 13ae327e upstream: fix memory leak; Coverity CID 291848
new c3da05d9 upstream: Plug potential mem leak in process_put.
new 28f1b8ef upstream: Ignore return from sshpkt_disconnect

The 3 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 28f1b8ef9b84b8cd2f6c9889a0c60aa4a90dadfa
Author: dtucker@openbsd.org <dtucker@openbsd.org>
Date: Wed Mar 29 01:07:48 2023 +0000

upstream: Ignore return from sshpkt_disconnect

since we set our own return value for the function. Coverity CID 291797,
ok djm@

OpenBSD-Commit-ID: 710b57ba954c139240895e23feea41f203201f04

commit c3da05d95922f5550bcc7815e799474d6a160175
Author: dtucker@openbsd.org <dtucker@openbsd.org>
Date: Wed Mar 29 00:59:08 2023 +0000

upstream: Plug potential mem leak in process_put.

It allocates abs_dst inside a loop but only frees it on exit, so free
inside the loop if necessary. Coverity CID 291837, ok djm@

OpenBSD-Commit-ID: a01616503a185519b16f00dde25d34ceaf4ae1a3

commit 13ae327eae598b1043e5ec30e4b170edb3c898a5
Author: djm@openbsd.org <djm@openbsd.org>
Date: Wed Mar 29 00:18:35 2023 +0000

upstream: fix memory leak; Coverity CID 291848

with/ok dtucker@

OpenBSD-Commit-ID: 37f80cb5d075ead5a00ad1b74175684ab1156ff8

Summary of changes:
auth-options.c | 21 ++++++++++-----------
kexgexs.c | 4 ++--
sftp.c | 4 +++-
3 files changed, 15 insertions(+), 14 deletions(-)

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits