Skip to content
Commit 16da0f09 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii Committed by Marco Martin
Browse files

Fix a use-after-free bug in PamWorker

qUtf8Printable() is equivalent to .toUtf8().constData(). Even though
debug() is marked as inline, it doesn't mean that it's going to extend
the lifetime of the temporary QByteArray object.
parent a2eeddc6
Pipeline #510506 passed with stage
in 2 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment