1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 08:26:32 -05:00
Files
suyu-mirror/src/yuzu
lat9nq 33ed02a239 configure_graphics: Prevent stack-use-after-scope
Address Sanitizer reports stack-use-after-scope on line 231
`vulkan_devices.push_back(QString::fromStdString(name));`. Instead of
using a pointer, copy the string into a std::string and use that,
instead.
2021-04-04 15:05:22 -04:00
..
2021-02-07 22:59:46 -06:00
2020-11-15 23:33:19 -05:00
2021-02-27 17:53:10 -06:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2021-01-18 01:22:54 +01:00
2021-01-18 01:22:54 +01:00
2018-01-13 23:11:51 +00:00
2021-02-06 09:43:42 -06:00
2020-08-26 02:32:32 -04:00
2020-08-26 02:32:32 -04:00