mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
critical bugfix for afl-tmin
This commit is contained in:
@ -27,6 +27,7 @@ int main(int argc, char** argv) {
|
||||
if (argc > 1) {
|
||||
|
||||
buf = argv[1];
|
||||
printf("Input %s - ", buf);
|
||||
|
||||
} else if (read(0, buf, sizeof(buf)) < 1) {
|
||||
|
||||
|
Reference in New Issue
Block a user