Magisk/native/src
canyie e8787b5cfd Fix UB when remote process died
If remote process died, `xreadlink` fails and leaves `buf` uninitialized. Then the daemon calls `str_ends`, creates a temp `std::string_view` with the uninitialized buffer and undefined behavior occurs.
2022-08-02 12:54:54 -07:00
..
base Update Cargo.toml 2022-07-24 06:14:49 -07:00
boot Restructure the native module 2022-07-23 13:51:56 -07:00
core Update Cargo.toml 2022-07-24 06:14:49 -07:00
external Update cxx.rs 2022-07-24 05:45:23 -07:00
include Restructure the native module 2022-07-23 13:51:56 -07:00
init Restructure the native module 2022-07-23 13:51:56 -07:00
resetprop Restructure the native module 2022-07-23 13:51:56 -07:00
sepolicy Restructure the native module 2022-07-23 13:51:56 -07:00
su Restructure the native module 2022-07-23 13:51:56 -07:00
zygisk Fix UB when remote process died 2022-08-02 12:54:54 -07:00
.gitignore Restructure the native module 2022-07-23 13:51:56 -07:00
Android-rs.mk Proper build scripts 2022-07-24 05:39:14 -07:00
Android.mk Restructure the native module 2022-07-23 13:51:56 -07:00
AndroidManifest.xml Restructure the native module 2022-07-23 13:51:56 -07:00
Application.mk Restructure the native module 2022-07-23 13:51:56 -07:00
Cargo.lock Update Cargo.toml 2022-07-24 06:14:49 -07:00
Cargo.toml Update Cargo.toml 2022-07-24 06:14:49 -07:00
lto_fix.lds Restructure the native module 2022-07-23 13:51:56 -07:00