[openssh-commits] [openssh] branch master updated (aad87b88 -> e9dc9863)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 1 18:41:55 AEST 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  aad87b88  upstream: when receving a file in sink(), be careful to send at
       new  e9dc9863  Use LONG_LONG_MAX and friends if available.

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 e9dc9863723e111ae05e353d69df857f0169544a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri May 1 18:32:25 2020 +1000

    Use LONG_LONG_MAX and friends if available.
    
    If we don't have LLONG_{MIN,MAX} but do have LONG_LONG_{MIN,MAX}
    then use those instead.  We do calculate these values in configure,
    but it turns out that at least one compiler (old HP ANSI C) can't
    parse "-9223372036854775808LL" without mangling it. (It can parse
    "-9223372036854775807LL" which is presumably why its limits.h defines
    LONG_LONG_MIN as the latter minus 1.)
    
    Fixes rekey test when compiled with the aforementioned compiler.

Summary of changes:
 configure.ac | 3 ++-
 defines.h    | 7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

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


More information about the openssh-commits mailing list