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
..
2022-04-06 21:15:07 -07:00
2022-03-22 04:18:12 -07:00
2022-04-06 21:15:07 -07:00
2022-04-06 21:15:07 -07:00
2022-03-26 13:48:53 -07:00
2019-04-01 02:46:09 -04:00
2022-03-29 22:26:38 -07:00
2022-01-31 01:49:37 -08:00
2022-01-30 07:11:51 -08:00