]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(fillrand): The assertion was way too weak, due to
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Apr 2006 06:27:43 +0000 (06:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Apr 2006 06:27:43 +0000 (06:27 +0000)
commit43d487b7112d84bfbcb792164e6ccd046f1568a7
tree9900fa9495daea9fd581acf9e4d41b11a2f5fc92
parentf3bacff51f371d014102c3497306988e6b5b57ef
(fillrand): The assertion was way too weak, due to
what must be a typo.  Strengthen it to its intended value.
(dopass): Don't use alloca; it's not worth the aggravation here,
since it's used only to get a page-aligned buffer, and page
alignment doesn't buy us much here.  I'm suspicious that alloca
causes problems on some hosts, due to a recent bug report by Adam
Waltman.
src/shred.c