correct check for INFO
This commit is contained in:
parent
6418a5cd16
commit
1343cecfc2
@ -171,7 +171,7 @@ int vfprintf(FILE *file, const char *format, va_list args) {
|
||||
DeepState_LogVFormat(DeepState_LogInfo, format, args);
|
||||
} else {
|
||||
if (!DeepState_UsingLibFuzzer) {
|
||||
if (strstr(format, "INFO: ") == 0) {
|
||||
if (strstr(format, "INFO: ") == format) {
|
||||
// Assume such a string to an nonstd target is libFuzzer
|
||||
DeepState_LogVFormat(DeepState_LogFuzzer, format, args);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user