# $Id $ PortSystem 1.0 name fuzz version 0.6 categories devel security maintainers olegb@opendarwin.org platforms darwin description software security checking tooll homepage http://fuzz.sourceforge.net/ master_sites http://us.dl.sourceforge.net/fuzz/ \ http://eu.dl.sourceforge.net/fuzz/ \ ftp://us.dl.sourceforge.net/pub/sourceforge/fuzz/ \ ftp://gd.tuwien.ac.at/linux/sourceforge/fuzz/ \ ftp://ftp.kddlabs.co.jp/sourceforge/fuzz/ \ ftp://ftp.chg.ru/pub/sourceforge/fuzz/ checksums md5 8c8e7c49729e0a98c0414faac7778ec7 configure.args --prefix=${prefix} long_description \ The fuzz generator is designed to attack certain kinds \ of software and expose one particular kind of bug common in software. \ This is the situation where the programmer implicity makes some assumtions \ about the data stream that the program will be parsing. If the data stream \ is substantially different then the program might not be able to deal with it.