calling HashFinal with a null digest should crash, not be silently ignored
authortedu <tedu@openbsd.org>
Wed, 8 Jan 2014 06:14:56 +0000 (06:14 +0000)
committertedu <tedu@openbsd.org>
Wed, 8 Jan 2014 06:14:56 +0000 (06:14 +0000)
commitfa6aff94f9610dd4e665ccd03d3fcfc46ead80f2
treebfefea7464edd5bb49854a3015cdba5b9d54b09c
parent2807105935ef4a1eaac946a86d04cefdb246a659
calling HashFinal with a null digest should crash, not be silently ignored
lib/libc/hash/md4.c
lib/libc/hash/md5.c
lib/libc/hash/rmd160.c
lib/libc/hash/sha1.c
lib/libc/hash/sha2.c