CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/04/14 12:32:24
Modified files: lib/libc/hash : md5.c rmd160.c sha1.c Log message: Do the same if (len == 0) check at start of every hash update function This way it is sure that we don't trigger any UB monster hiding further down in those functions when called with NULL data and 0 len. OK tb@ ken@