Magisk/native/jni/core
LoveSy e184eb4a23 Fix UB of loading modules
- The lambda here infers its return type as `std::string`,
  and since `info` is `const`, the labmda copies `info.name`
  and returns a `std::string&&`. After captured by the
  `std::string_view`, the `std::string&&` return value
  deconstructs and makes `std::string_view` refers to a
  dangling pointer.
2021-10-17 04:38:56 -07:00
..
applet_stub.cpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
applets.cpp MagiskHide is no more 2021-09-12 12:40:34 -07:00
bootstages.cpp Simplify get manager app info logic 2021-09-17 02:07:32 -07:00
core.hpp Load Zygisk modules 2021-10-13 04:52:02 -07:00
daemon.cpp Allow fork in thread pool 2021-10-17 04:24:25 -07:00
db.cpp Fix downgrade database 2021-09-20 05:50:34 -07:00
logging.cpp Minor changes 2021-10-09 11:36:01 -07:00
magisk.cpp MagiskHide is no more 2021-09-12 12:40:34 -07:00
module.cpp Fix UB of loading modules 2021-10-17 04:38:56 -07:00
restorecon.cpp Reset file context from adb_data_file 2021-09-02 21:55:08 -07:00
scripting.cpp Load Zygisk modules 2021-10-13 04:52:02 -07:00
socket.cpp Load Zygisk modules 2021-10-13 04:52:02 -07:00
thread.cpp Allow fork in thread pool 2021-10-17 04:24:25 -07:00