Magisk/native/jni/utils
canyie ebb0ec6c42 Make xmmap() returns nullptr when fails
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.
2022-02-08 00:49:47 -08:00
..
compat Don't use getmntent_r from system's libc 2022-02-04 23:19:12 -08:00
include Optimize stream for full-file writes 2021-11-23 18:08:14 -08:00
Android.mk Separate libc.a hacks into its own component 2022-01-31 02:09:08 -08:00
files.cpp Don't use getmntent_r from system's libc 2022-02-04 23:19:12 -08:00
files.hpp Use mmap_data more widely 2021-11-30 01:50:55 -08:00
logging.cpp Proper incremental builds 2021-09-07 19:35:28 -07:00
logging.hpp Revise logging code 2021-08-12 03:26:54 -07:00
misc.cpp Initialize mt19937 statically in function 2021-11-16 03:20:07 -08:00
misc.hpp Fix UID tracking 2022-02-08 00:49:22 -08:00
missing.hpp Refactor Zygisk loading 2022-02-06 00:27:31 -08:00
new.cpp Bump to C++17 2019-01-20 00:07:58 -05:00
selinux.cpp Build on API 21 headers 2021-10-20 03:17:42 -07:00
stream.cpp Optimize stream for full-file writes 2021-11-23 18:08:14 -08:00
xwrap.cpp Make xmmap() returns nullptr when fails 2022-02-08 00:49:47 -08:00
xwrap.hpp Rewrite UID tracking 2022-02-07 02:46:47 -08:00