Sam Hocevar 6ccb82a9ff stream: fix a nasty bug that completely messed up with the streambuf
structure tracking. Now when the new streambuf position is exactly at
the end of the previous streambuf, we only fuzz the streambuf if new
data is available (i.e. when streambuf_count != 0); otherwise, it just
means that we’re at the end of the file, waiting for new read orders.
2015-01-20 11:20:23 +01:00
2007-02-24 16:32:54 +00:00
2010-01-18 02:19:07 +00:00
2010-01-31 12:25:16 +00:00
2010-02-27 18:17:25 +00:00

 About zzuf:

zzuf is a transparent application input fuzzer. It works by intercepting
file operations and changing random bits in the program's input. zzuf's
behaviour is deterministic, making it easy to reproduce bugs.

For instructions and examples on how to use zzuf, see the manual page
and the website at <http://caca.zoy.org/wiki/zzuf>.

Description
No description provided
Readme 996 KiB
Languages
C 83.5%
Shell 8.5%
C++ 3.6%
M4 2.7%
Makefile 0.7%
Other 1%