[openssh-commits] [openssh] branch V_9_1 updated (92351b22 -> 004dafb2)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 16 14:27:11 AEDT 2022


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

dtucker pushed a change to branch V_9_1
in repository openssh.

      from  92351b22  Don't run compat-tests on V_9_1 branch.
       new  004dafb2  Use -fzero-call-used-regs=used on clang 15.

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 004dafb2281bc6cad864a5b4452bbae44edc7816
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Nov 30 11:23:11 2022 +1100

    Use -fzero-call-used-regs=used on clang 15.
    
    clang 15 seems to have a problem with -fzero-call-used-reg=all which
    causes spurious "incorrect signature" failures with ED25519.  On those
    versions, use -fzero-call-used-regs=used instead.  (We may add exceptions
    later if specific versions prove to be OK).  Also move the GCC version
    check to match.
    
    Initial investigation by Daniel Pouzzner (douzzer at mega nu), workaround
    suggested by Bill Wendling (morbo at google com).  bz#3475, ok djm@

Summary of changes:
 configure.ac | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)

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


More information about the openssh-commits mailing list