[openssh-commits] [openssh] branch master updated (131fcbca -> 03a03c60)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Mar 2 18:26:12 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  131fcbca  Adjust test jobs for new log directory.
       new  13fe8f97  upstream: Remove old log symlinks
       new  03a03c60  upstream: Always call fclose on checkpoints.

The 2 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 03a03c6002525f5ad9c8fc874a5d5826a35d9858
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Mar 2 06:41:56 2023 +0000

    upstream: Always call fclose on checkpoints.
    
    In the case of an fprintf failure we would not call fclose which would
    leak the FILE pointer.  While we're there, try to clean up the temp file
    on failure.  Spotted by Coverity, ok djm@
    
    OpenBSD-Commit-ID: 73c7ccc5d4fcc235f54c6b20767a2815408525ef

commit 13fe8f9785e6d90400ce548939a0b0ddc11fcb3c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Mar 1 21:54:50 2023 +0000

    upstream: Remove old log symlinks
    
    before creating new ones. In -portable some platforms don't like
    overwriting existing symlinks.
    
    OpenBSD-Regress-ID: 7e7ddc0beb73e945e1c4c58d51c8a125b518120f

Summary of changes:
 moduli.c             | 13 ++++++++-----
 regress/test-exec.sh |  8 +++++---
 2 files changed, 13 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list