canyie 448384af06 Guard su request IPC
Previously `read_string()` calls `std::string.resize()` with a int read from remote process. When I/O error occurs, -1 will be used for resizing the string, `std::bad_alloc` is thrown and since magisk is compiled with `-fno-exceptions`, it will crash the whole daemon process.

May fix topjohnwu#5681
2022-04-06 21:15:07 -07:00
..
2020-12-30 22:11:24 -08:00
2022-03-17 03:15:39 -07:00
2021-10-27 01:53:16 -07:00
2022-03-28 02:05:09 -07:00
2021-10-09 11:36:01 -07:00
2022-03-01 03:15:38 -08:00
2022-02-04 22:54:34 -08:00
2022-04-06 21:15:07 -07:00
2021-10-23 22:20:07 -07:00