[K/N] Add munmap to the calls checker

This commit is contained in:
Sergey Bogolepov
2021-10-05 12:32:04 +07:00
committed by Space
parent 5ccc5591f5
commit 7552767d85
@@ -109,6 +109,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"malloc",
"memcmp",
"memmem",
"munmap",
"nextafter",
"nextafterf",
"pow",