zzuf icon indicating copy to clipboard operation
zzuf copied to clipboard

🌪️ Application fuzzer

Results 13 zzuf issues
Sort by recently updated
recently updated
newest added

This is necesary for building with compilers which reject implicit function declarations by default. Related to: * https://fedoraproject.org/wiki/Changes/PortingToModernC * https://fedoraproject.org/wiki/Toolchain/PortingToModernC

The program in the examples section of manual page [getpwuid_r()](https://man7.org/linux/man-pages/man3/getpwuid_r.3.html) crashes in `_zz_fuzz` when run with `zzuf ./a.out nathan`. Compiled with `gcc -g test.c` with gcc 7.5.0 on openSUSE 15.2...

Compiling zzuf with gcc 7.5.0 on Windows Subsystem for Linux (openSUSE Leap 15.2) produces the following warning. This pull request fixes this warning by including `libgen.h` when compiling for non-Windows...

When http://caca.zoy.org/wiki/zzuf is clicked in the README.md "503 - Service Not Available" error message is shown.

Hi, I'm a package maintainer maintaining zzuf and via CI i have detected that the latest HEAD (192812e) is failing because of a FAIL in check-win32. I'm running on Linux,...

Running zzuf on my target produces `zzuf[s=0,r=0.004]: signal 11 (SIGSEGV)` for every seed value provided. Running the application with the modified file though normally and in lldb I can see...

How would I cross compile this for iOS?

Hi there, this is a build fix for NetBSD, where: * does not exist but alloca(3) is available in instead * is not automatically visible Cheers, -- khorben

With source image https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/bioformats-artificial/single-channel.ome.tif, these give different output on Ubuntu Xenial with zzuf from master and libtiff-tools from Xenial: ``` ubuntu@ubuntu-xenial:~$ zzuf -O null tiffinfo corpus/single-channel.ome.tif TIFF Directory at offset...

`zzone.c: In function ‘main’: zzone.c:59:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(tmp, size, 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~` `libzzuf/debug.c: In function ‘mydebug’: libzzuf/debug.c:186:9: warning: ignoring return value...