]> git.ipfire.org Git - thirdparty/coreutils.git/commit
shred: use explicit_bzero
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jul 2017 21:01:14 +0000 (14:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jul 2017 21:02:47 +0000 (14:02 -0700)
commit73d55732df36ac4f32e7065392780a8258f5e21b
tree4aa2590d98eb96b137114113ddfe39429008dfdf
parentb05d02318c3dcc9f295506ba3253a18f545b16b9
shred: use explicit_bzero

* NEWS: Document this.
* bootstrap.conf (gnulib_modules): Add explicit_bzero.
* gl/lib/randint.c (randint_free):
* gl/lib/randread.c (randread_free):
* src/blake2/blake2-impl.h (secure_zero_memory):
* src/shred.c (dopass, do_wipefd):
Prefer explicit_bzero to memset when erasing secrets.
NEWS
bootstrap.conf
gl/lib/randint.c
gl/lib/randread.c
src/blake2/blake2-impl.h
src/shred.c