summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
diff options
context:
space:
mode:
authorMichael Cook (mackal) <277429+mackal@users.noreply.github.com>2023-04-03 10:43:49 -0400
committerMichael Cook (mackal) <277429+mackal@users.noreply.github.com>2023-04-03 10:43:49 -0400
commit241a739dc27216dd39a61c5572932b68d2c6c8bb (patch)
treee999d24f9d77985c8a1edd3064e5f816afb15f89 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
parent655fca3efec192a3d0b87685fcd6cd032470f7c1 (diff)
DolphinQt: RenderWidget fix heap-use-after-free
The QByteArray returned by QString::toUtf8() was being freed so the char pointer was pointing to freed memory. Found via ASan, didn't notice any issues during normal runtime. This was triggered after hitting a key combo with alt (ex. toggle fullscreen) probably happens with others
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
0 files changed, 0 insertions, 0 deletions