Package: aflplusplus / 4.21c-4
Metadata
Package | Version | Patches format |
---|---|---|
aflplusplus | 4.21c-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Do not ignore failing gcc_plugin install.patch | (download) |
GNUmakefile |
4 2 2 - 0 ! |
do not ignore failing gcc_plugin build and install afl silently drops gcc_plugin support when gcc-X-plugin-dev build dependency not on the default gcc. Do not ignore the failure. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023671 |
Disable builds trying to access network.patch | (download) |
GNUmakefile |
58 29 29 - 0 ! |
disable specific mode requiring network access during build To build frida, qemu and unicorn, it tries to download software during the build. It does not work on a minimal installation because curl, git and wget are not installed. But it will download software on not minimal install. Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025454 |
Ignore laf intel compcov test failure for s390x arch.patch | (download) |
test/test-llvm.sh |
6 5 1 - 0 ! |
ignore laf-intel/compcov test failure for s390x architecture This test fails: ``` [*] starting AFL test framework ... [...] [!] llvm_mode laf-intel/compcov feature compilation failed ``` Quoting upsteam: LLVM on os/390 generates illegal instructions in the LAF module, resulting in program crashes . So let this test fail, hopefully the test will pass in some future (it might get fixed in LLVM), and we can crop this patch. |
1