You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to work around #79, I tried building cargo-bolero with honggfuzz feature but that fails:
linux/bfd.c: In function 'arch_bfdDisasm':
linux/bfd.c:231:5: error: too few arguments to function 'init_disassemble_info'
231 | init_disassemble_info(&info, instr, arch_bfdFPrintF);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from linux/bfd.c:29:
/nix/store/ydgpn6fvm1wlhxdk4x8a4hs29nzm1shg-binutils-2.41-dev/include/dis-asm.h:480:13: note: declared here
480 | extern void init_disassemble_info (struct disassemble_info *dinfo, void *stream,
| ^~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:263: linux/bfd.o] Error 1
Apparently, there was a breaking change in binutils 2.39, that added another argument to the function.
cargo-bolero: 0.11.1
The text was updated successfully, but these errors were encountered:
Trying to work around #79, I tried building
cargo-bolero
withhonggfuzz
feature but that fails:Apparently, there was a breaking change in binutils 2.39, that added another argument to the function.
The text was updated successfully, but these errors were encountered: