* doc/glibc-functions/explicit_bzero.texi:
Say that memset_explicit is preferred in new code.
2022-11-27 Paul Eggert <eggert@cs.ucla.edu>
+ explicit_bzero: memset_explicit is standard
+ * doc/glibc-functions/explicit_bzero.texi:
+ Say that memset_explicit is preferred in new code.
+
read-file: use memset_explicit
* lib/read-file.c (fread_file, read_file):
Use memset_explicit instead of explicit_bzero.
elsewhere on the machine. Proper implementation of information
erasure requires support from levels below C code.
+C23 specifies the function @code{memset_explicit}, which should be
+preferred to @code{explicit_bzero} in new code.
+@xref{memset_explicit}.
+
Portability problems fixed by Gnulib:
@itemize
@item