mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-20 09:38:30 +00:00
![canyie](/assets/img/avatar_default.png)
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.