[openssh-commits] [openssh] branch master updated (bf944e37 -> 39f2111b)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 29 10:56:41 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  bf944e37  initgroups needs grp.h
       new  39f2111b  Add new compiler hardening flags.

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 39f2111b1d5f00206446257377dcce58cc72369f
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Sep 29 10:53:55 2021 +1000

    Add new compiler hardening flags.
    
    Add -fzero-call-used-regs and -ftrivial-auto-var-init to the list of
    compiler hardening flags that configure checks for.  These are supported
    by clang and gcc, and make ROP gadgets less useful and mitigate
    stack-based infoleaks respectively.  ok djm@

Summary of changes:
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

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


More information about the openssh-commits mailing list