mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-08 18:56:40 +02:00
ab80700bd2
The explicit_bzero function is a common extension, but memset_explicit was standardized in C23. It will likely become more portable in the future, and Gnulib provides an implementation if needed. * bootstrap.conf (gnulib_modules): Add memset_explicit. Remove explicit_bzero. * gl/lib/randint.c (randint_free): Use memset_explicit instead of explicit_bzero. * gl/lib/randread.c (randread_free_body): Likewise.