mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
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.
This commit is contained in:
6
Recipe
6
Recipe
@ -125,6 +125,12 @@
|
||||
# show up as GPFs at the point of failure rather than appearing
|
||||
# later on as second-level damage.
|
||||
#
|
||||
# - XFLAGS=/DFUZZING
|
||||
# Builds a version of PuTTY with some tweaks to make fuzz testing
|
||||
# easier: the SSH random number generator is replaced by one that
|
||||
# always returns the same thing. Note that this makes SSH
|
||||
# completely insecure -- a FUZZING build should never be used to
|
||||
# connect to a real server.
|
||||
!end
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user