Bug 2459753
| Summary: | AFL's GCC plugin reports error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | W. Michael Petullo <mike> |
| Component: | american-fuzzy-lop | Assignee: | Richard W.M. Jones <rjones> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 44 | CC: | p, rjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
W. Michael Petullo
2026-04-20 14:05:12 UTC
Probably a dupe of either https://bugzilla.redhat.com/show_bug.cgi?id=2430875 or https://bugzilla.redhat.com/show_bug.cgi?id=2297764 Please try the Rawhide version where it should all be fixed. The problem seems to remain when using the Rawhide packages. Here is the result after I installed them:
$ rpm -q american-fuzzy-lop gcc
american-fuzzy-lop-4.40c-1.20260313git263c433.fc45.x86_64
gcc-16.1.1-2.fc44.x86_64
$ afl-gcc-fast hello.c
afl-cc++4.40c by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: GCC_PLUGIN-DEFAULT
[-] PROGRAM ABORT : GCC and plugin have incompatible versions, expected GCC 16.0.1, is 16.1.1
Location : plugin_init(), instrumentation/afl-gcc-pass.so.cc:622
I just built a new version (5.01c) in Rawhide. I guess we probably need a hard GCC dependency, which is a big pain for everyone. |