]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0
authorJ. Scott Edwards <qrw.software@gmail.com>
Sat, 15 Mar 2008 11:25:08 +0000 (12:25 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 16 Mar 2008 18:04:24 +0000 (19:04 +0100)
commitc960211fe77c360e78172109365a776836dc5802
tree812ff84116702531023787c95f8686aac5ec9aaa
parenta5d8b18bea472801c5ab31e96032523ec54f907b
sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0

* gl/lib/sha512.c (sha512_process_bytes): s/63/127/.
gl/lib/sha512.c