<div>Dear DragonFlyBSD bugs,</div>
<div> </div>
<div>Alex Hornung recently (today ?) added mmap randomisation (security feature), but in his commit he uses:</div>
<div> </div>
<div>karc4random()</div>
<div> </div>
<div>When he should really be using the superior kernel random number generator presented to userland via</div>
<div> </div>
<div>/dev/random</div>
<div> </div>
<div>and</div>
<div> </div>
<div>/dev/urandom</div>
<div> </div>
<div>There are other portions of Kernel code which needs to do the same, e.g. I think OpenBSDs PF Packet</div>
<div>Filter uses karc4random() ....<br clear="all"><br>-- <br>Sincerely,<br>Robin Carey<br></div>
