add U256/32byte support

This commit is contained in:
vanhauser-thc
2024-02-04 16:03:12 +01:00
parent 27338fcef1
commit c77709cdd9
6 changed files with 87 additions and 38 deletions

View File

@ -956,9 +956,11 @@ int main(int argc, char **argv_orig, char **envp) {
break;
case 'd':
case 'D': /* old deterministic */
case 'D': /* old deterministic */
WARNF("Parameters -d and -D are deprecated, a new enhanced deterministic fuzzing is active by default, to disable it use -z");
WARNF(
"Parameters -d and -D are deprecated, a new enhanced deterministic "
"fuzzing is active by default, to disable it use -z");
break;
case 'z': /* no deterministic */