mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
add format string bug to example integration test (#1087)
This commit is contained in:
@ -26,7 +26,9 @@ int check(const char *data, size_t len)
|
||||
{
|
||||
if (buf[i] != buf[buflen - 1 - i])
|
||||
{
|
||||
printf("not palindrome\n");
|
||||
printf("not palindrome: ");
|
||||
printf(buf);
|
||||
printf("\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user