[openssh-commits] [openssh] branch master updated (cb8f5657 -> adcaf40f)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 14 14:23:12 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  cb8f5657  upstream: slightly more instructive error message when the user
       new  10974f98  upstream: Use explicit_bzero instead of memset
       new  55f31533  upstream rev 1.25: add sys/types.h
       new  7689048e  upstream rev 1.25: add DEF_WEAK.
       new  adcaf40f  upstream rev 1.27: fix integer overflow.

The 4 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 adcaf40fd0a180e6cb5798317fdf479b52e3c09a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jun 8 09:07:04 2019 +1000

    upstream rev 1.27: fix integer overflow.
    
    Cast bitcount to u_in64_t before bit shifting to prevent integer overflow
    on 32bit platforms which cause incorrect results when adding a block
    >=512M in size.  sha1 patch from ante84 at gmail.com via openssh github,
    sha2 with djm@, ok tedu@

commit 7689048e6103d3c34cba24ac5aeea7bf8405d19a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jun 8 09:06:06 2019 +1000

    upstream rev 1.25: add DEF_WEAK.
    
    Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct
    ok deraadt@

commit 55f3153393ac7e072a4b4b21b194864460d8f44a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jun 8 09:02:24 2019 +1000

    upstream rev 1.25: add sys/types.h

commit 10974f986fa842a3a3a693e3d5761072540002b4
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jun 8 09:01:14 2019 +1000

    upstream: Use explicit_bzero instead of memset
    
    in hash Final and End functions.  OK deraadt@ djm@

Summary of changes:
 openbsd-compat/sha1.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list