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
..
2021-10-17 04:38:56 -07:00
2021-10-09 02:15:03 -07:00
2021-10-17 04:24:25 -07:00
2021-09-07 19:35:28 -07:00
2021-08-29 03:14:23 -07:00
2021-10-09 02:59:03 -07:00
2021-10-09 02:15:03 -07:00
2021-09-17 02:07:32 -07:00
2021-10-17 04:36:18 -07:00
2021-10-17 04:36:18 -07:00
2019-04-01 02:46:09 -04:00
2021-10-17 04:36:18 -07:00
2021-09-23 02:31:42 -07:00