Changeset 2338 for zzuf/trunk/NEWS
- Timestamp:
- May 18, 2008, 9:56:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/NEWS
r1867 r2338 1 1 $Id$ 2 2 3 Changes from 0.9 to 0.10 3 Changes from zzuf 0.10 to 0.11 4 5 * non-locking stdio functions and dup()/dup2() reimplementations 6 * improved testsuite with RNG statistical analysis 7 * better fuzzing ratio range and random number generation 8 9 Changes from zzuf 0.9 to 0.10 4 10 5 11 * network port selection for targeted fuzzing 6 12 7 Changes from 0.8.1 to 0.913 Changes from zzuf 0.8.1 to 0.9 8 14 9 15 * support for cherry-picking fuzzed descriptors … … 11 17 * do not interfere with LD_PRELOAD mechanisms 12 18 13 Changes from 0.8 to 0.8.119 Changes from zzuf 0.8 to 0.8.1 14 20 15 21 * remove spurious debug message 16 22 * fix an unsaved errno issue 17 23 18 Changes from 0.7 to 0.824 Changes from zzuf 0.7 to 0.8 19 25 20 26 * getopt_long() reimplementation … … 23 29 * mmap reimplementation does not use the heap 24 30 25 Changes from 0.6.1 to 0.731 Changes from zzuf 0.6.1 to 0.7 26 32 27 33 * added new fuzzing modes … … 29 35 * improved debug messages 30 36 31 Changes from 0.6 to 0.6.137 Changes from zzuf 0.6 to 0.6.1 32 38 33 39 * fixed bad seed offset 34 40 * fixed a crash in the memory manager 35 41 36 Changes from 0.5 to 0.642 Changes from zzuf 0.5 to 0.6 37 43 38 44 * allow to fuzz only parts of the input … … 41 47 * minor fixes for crashes and memory leaks 42 48 43 Changes from 0.4 to 0.549 Changes from zzuf 0.4 to 0.5 44 50 45 51 * ratio range support … … 47 53 * better timing support, better debug messages, improved documentation 48 54 49 Changes from 0.3 to 0.455 Changes from zzuf 0.3 to 0.4 50 56 51 57 * check for memory exhausting processes … … 53 59 * fix for mmap(), OS X map_fd() support 54 60 55 Changes from 0.2 to 0.361 Changes from zzuf 0.2 to 0.3 56 62 57 63 * FreeBSD, NetBSD and OpenBSD support … … 60 66 * fd support: mmap, munmap 61 67 62 Changes from 0.1 to 0.268 Changes from zzuf 0.1 to 0.2 63 69 64 70 * network and standard input support
Note: See TracChangeset
for help on using the changeset viewer.