CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/07 16:56:37
Modified files:
lib/libc/hash : sha1.c sha2.c
Log message:
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@
