[openssh-commits] [openssh] branch master updated (d1bd1840 -> 19e53446)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Apr 8 13:35:54 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  d1bd1840  Remove only use of warn().
       new  80032102  ifdef out MIN and MAX.
       new  19e53446  Run unit tests under valgrind.

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 19e534462710e98737478fd9c44768b50c27c4c6
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Apr 8 13:31:08 2021 +1000

    Run unit tests under valgrind.
    
    Run a separate build for the unit tests under Valgrind.  They take long
    enough that running in parallel with the other Valgrind tests helps.

commit 80032102d05e866dc2a48a5caf760cf42c2e090e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Apr 8 13:25:57 2021 +1000

    ifdef out MIN and MAX.
    
    In -portable, defines.h ensures that these are defined, so redefining
    potentially causes a warning.  We don't just delete it to make any
    future code syncs a little but easier.  bz#3293.

Summary of changes:
 .github/configs             | 3 +++
 .github/workflows/c-cpp.yml | 1 +
 openbsd-compat/memmem.c     | 3 +++
 3 files changed, 7 insertions(+)

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


More information about the openssh-commits mailing list