]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - Recipe
Add FUZZING build option that disables the random number generator.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 17 Oct 2015 15:26:51 +0000 (16:26 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:58 +0000 (22:08 +0000)
commit1d20c1b396738e66612bbdffda5dcd85b28e5267
tree63df4b16b764d9aab4baab1f59c42819a0960623
parentf6b81af006cd4a9211bf97ced0fcbfb153897035
Add FUZZING build option that disables the random number generator.

Starting up the random number generator is by far the slowest part of
plink's startup, and randomness is bad for fuzzing, so disabling it
should make fuzzing more effective.
Recipe
sshrand.c