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
..
2020-12-30 22:11:24 -08:00
2021-09-12 12:40:34 -07:00
2021-10-13 04:52:02 -07:00
2021-10-17 04:24:25 -07:00
2021-09-20 05:50:34 -07:00
2021-10-09 11:36:01 -07:00
2021-09-12 12:40:34 -07:00
2021-10-17 04:38:56 -07:00
2021-10-13 04:52:02 -07:00
2021-10-13 04:52:02 -07:00
2021-10-17 04:24:25 -07:00