Merge pull request #748 from b1gr3db/dev

Regression fix
This commit is contained in:
van Hauser
2021-02-16 17:52:44 +01:00
committed by GitHub

View File

@ -271,7 +271,7 @@ void *__libqasan_memmem(const void *haystack, size_t haystack_len,
}
} while (h++ <= end);
} while (++h <= end);
return 0;