https://bugs.kde.org/show_bug.cgi?id=432867

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
89     const QStringList data =
QString::fromLocal8Bit(file.readAll()).split(QLatin1Char(' '));
   90     qint64 pid = procId.toUInt();
   91     QString name = data.at(1);

Is unsafe. We don't check the size of the stringlist.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to