CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/09/19 03:15:22
Modified files: lib/libc/stdlib: malloc.c Log message: Switch two calls from memset() to explicit_bzero() This matches the documented behavior more obviously and ensures that these aren't optimized away, although this is unlikely. Discussed with deraadt and otto