]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - Recipe
Handle packets with no type byte by returning SSH_MSG_UNIMPLEMENTED.
[PuTTY.git] / Recipe
diff --git a/Recipe b/Recipe
index bba63a9c2dd89792e890a0154d90219eeedc4fdc..0bc27c7f448688737627df42364ced16067291c4 100644 (file)
--- a/Recipe
+++ b/Recipe
 #      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
 
 # ------------------------------------------------------------