mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-01 15:37:08 -08:00
In the constructor of mmap_data, there are two possible values when fails: nullptr if fstat() fails, and MAP_FAILED if mmap() fails, but mmap_data treated MAP_FAILED as valid address and crashes.
11 KiB
11 KiB