summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar lat9nq2021-04-04 15:02:35 -0400
committerGravatar lat9nq2021-04-04 15:05:22 -0400
commit33ed02a239752b7db26e89b5d707a0f28274bbc8 (patch)
tree6ec5a0a8e3fd86ade87bcf8506b8fa685e2ead7b /src/common/logging/backend.cpp
parentMerge pull request #6139 from Morph1984/cmake-fix-build (diff)
downloadyuzu-33ed02a239752b7db26e89b5d707a0f28274bbc8.tar.gz
yuzu-33ed02a239752b7db26e89b5d707a0f28274bbc8.tar.xz
yuzu-33ed02a239752b7db26e89b5d707a0f28274bbc8.zip
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.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions