Romain Malmain
Romain Malmain
It should be ready @aurelf, I squashed everything in the merge commit. I'll commit the rest whenever we merge into master. Is it fine like this?
Thanks for the report. I couldn't reproduce, it seems to build correctly on my side. Could you try to run `cargo update` and retry maybe?
found the issue, I can confirm it fixes the issue on my side. @langston-barrett do you mind checking if it also works for you by running the same dockerfile with...
Thank you for your contribution! Could you please rebase on the main branch now that #77 has been merged?
from which fuzzer exactly you get this error?
i check
advice from Dominik above. it should work nonetheless though
maybe it's just a bug of the `unsafe_stable_anymap` feature, unrelated to `dump_state`?
i confirm it's from the `unsafe_stable_anymap` feature, i tried with the feature alone without dump_state and it still triggers the same crash. can you have a look @domenukk?
it makes the deseralization work across different compilations of libafl. the problem if TypeId is that it is an arbitrary number that can change from compilation to compilation. type_name is...