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
Lain can chose to ignore the min and max bounds of a Vec as well as picking an invalid value for an Enum. see https://github.com/AFLplusplus/lain/blob/main/lain/src/mutator.rs#L19
I believe the user should be able to disable this behavior or chose a different value without cloning the library to set the chance to 0.
As it requires a bit of refactoring of Lain, this behavior should at least be documented/highlighted in a visible place.
I also think the default values are too high.
The text was updated successfully, but these errors were encountered:
jma-qb
added a commit
to jma-qb/lain
that referenced
this issue
Nov 9, 2024
Lain
can chose to ignore the min and max bounds of aVec
as well as picking an invalid value for anEnum
. see https://github.com/AFLplusplus/lain/blob/main/lain/src/mutator.rs#L19I believe the user should be able to disable this behavior or chose a different value without cloning the library to set the chance to 0.
As it requires a bit of refactoring of
Lain
, this behavior should at least be documented/highlighted in a visible place.I also think the default values are too high.
The text was updated successfully, but these errors were encountered: