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
We're running into issues where Angora aborts fuzzing within the first 24 hours because the Density is too large (> 10%).
What is the recommended fix for this issue?
The error message suggests two different solutions
WARN angora::stats::chart > Density is too large (> 10%). Please increase `MAP_SIZE_POW2` in and `common/src/config.rs`. Or disable function-call context(density > 50%) by
compiling with `ANGORA_CUSTOM_FN_CONTEXT=k` (k is an integer and 0 <= k <= 32) environment variable. Angora disables context if k is 0.
I see that the default map size is already 2^20 however, and I am not sure what the impact will be by reducing/disabling the function-call context.
The text was updated successfully, but these errors were encountered:
We're running into issues where Angora aborts fuzzing within the first 24 hours because the
Density is too large (> 10%)
.What is the recommended fix for this issue?
The error message suggests two different solutions
I see that the default map size is already 2^20 however, and I am not sure what the impact will be by reducing/disabling the function-call context.
The text was updated successfully, but these errors were encountered: