| Summary: | Bluez-Qt leaks rfkill file descriptor into all child processes of KDE session | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-bluez-qt | Reporter: | Oliver Freyermuth <o.freyermuth> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/bluez-qt/ae044d6dfec90b18c4c44cc49012fab196fa8212 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Oliver Freyermuth
2017-11-13 23:12:33 UTC
Git commit ae044d6dfec90b18c4c44cc49012fab196fa8212 by David Rosca, on behalf of Oliver Freyermuth. Committed on 14/11/2017 at 08:38. Pushed by drosca into branch 'master'. Do not leak rfkill file descriptors. Summary: They may be leaked into all child processes, including regular Konsole terminals on KDE. I observed them showing up at all processes in my KDE session, just checking ls -la /proc/self/fd Using O_CLOEXEC, things are resolved properly. Reviewers: davidedmundson Reviewed By: davidedmundson Subscribers: drosca, bshah, broulik, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D8806 M +2 -2 src/rfkill.cpp https://commits.kde.org/bluez-qt/ae044d6dfec90b18c4c44cc49012fab196fa8212 |