Lioncash
5c72aa7c4c
patch_manager: Prevent use of a dangling pointer within PatchRomFS
...
fmt::format() returns a std::string instance by value, so calling
.c_str() on it here is equivalent to doing:
auto* ptr = std::string{}.c_str();
The data being pointed to isn't guaranteed to actually be valid anymore
after that expression ends. Instead, we can just take the string as is,
and provide the necessary formatting parameters.
2018-12-11 10:08:13 -05:00
..
2018-12-06 10:17:50 -05:00
2018-10-29 16:08:03 -04:00
2018-10-29 16:08:03 -04:00
2018-11-01 20:23:38 -04:00
2018-11-20 18:40:53 -05:00
2018-11-01 20:22:29 -04:00
2018-11-01 20:22:29 -04:00
2018-11-27 13:21:46 -05:00
2018-10-29 13:54:38 -04:00
2018-12-02 23:15:58 -05:00
2018-11-16 00:18:22 -05:00
2018-10-04 12:29:20 -04:00
2018-10-30 00:09:46 -04:00
2018-10-30 00:03:25 -04:00
2018-10-09 14:10:13 -04:00
2018-07-23 19:40:35 -07:00
2018-09-19 19:34:08 -04:00
2018-09-19 19:34:08 -04:00
2018-09-15 15:21:06 +02:00
2018-09-15 15:21:06 +02:00
2018-10-19 14:02:07 -04:00
2018-10-19 14:02:07 -04:00
2018-12-11 10:08:13 -05:00
2018-12-03 17:21:25 -05:00
2018-09-24 17:24:50 -04:00
2018-09-24 17:24:50 -04:00
2018-12-01 23:50:13 -05:00
2018-11-27 16:33:18 -05:00
2018-12-01 23:43:23 -05:00
2018-10-05 08:53:51 -04:00
2018-10-04 12:29:20 -04:00
2018-10-04 12:29:20 -04:00
2018-12-07 08:47:32 -05:00
2018-12-07 18:52:18 -05:00
2018-10-16 09:38:52 -04:00
2018-10-16 09:38:52 -04:00
2018-11-01 20:23:38 -04:00
2018-11-01 20:23:38 -04:00
2018-09-25 20:06:01 -04:00
2018-09-25 20:06:01 -04:00
2018-10-19 14:02:07 -04:00
2018-10-19 14:02:07 -04:00
2018-10-30 00:03:25 -04:00
2018-10-30 00:03:25 -04:00
2018-10-19 14:02:07 -04:00
2018-10-19 14:02:07 -04:00
2018-10-30 00:03:25 -04:00
2018-10-07 13:15:11 -04:00
2018-11-22 21:39:10 -05:00
2018-11-22 21:39:10 -05:00
2018-11-30 23:52:56 -05:00
2018-11-30 23:52:56 -05:00
2018-10-19 14:02:07 -04:00
2018-10-19 14:02:07 -04:00