Skip to content

Fix a use-after-free bug in PamWorker

Vlad Zahorodnii requested to merge work/zzag/fix-use-after-free into master

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.

Merge request reports