Summary: | crash in TaskManager::servicesFromPid() after start wine application without SOCK_RAW permission | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Vlad Violenty <cjaushe4ka> |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Eike Hein <hein> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kde, kde, nate, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.20.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vlad Violenty
2021-02-12 18:14:49 UTC
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. *** This bug has been marked as a duplicate of bug 431334 *** |