Browse Source
yuzu qt: Revert some usages of string_view
yuzu qt: Revert some usages of string_view
Causes a heap-use-after free reported by AddressSanitizer. This makes use of std::filesystem::path, but due to that we have to use their string() function which may not work for all characters.nce_cpp
7 changed files with 27 additions and 18 deletions
-
7src/yuzu/configuration/config.cpp
-
4src/yuzu/configuration/config.h
-
11src/yuzu/configuration/configure_per_game.cpp
-
3src/yuzu/configuration/configure_per_game.h
-
2src/yuzu/game_list.h
-
14src/yuzu/main.cpp
-
4src/yuzu/main.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue