[K/N] Add mmap to thread state checker exclude list

This commit is contained in:
Ilya Matveev
2022-01-28 21:25:38 +07:00
committed by Space
parent 35e2561dab
commit 6c173b2b6c
@@ -114,6 +114,8 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"malloc",
"memcmp",
"memmem",
"mmap",
"\x01_mmap",
"munmap",
"\x01_munmap",
"nextafter",