Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KSysGuard KSysGuard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KSysGuardKSysGuard
  • Merge requests
  • !85

Fix memory errors caused by using dangling pointers to SensorClients in SensorAgent

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jiří Paleček requested to merge jpalecek/ksysguard:segfault-on-exit into master Oct 06, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

When some SensorClients are destroyed, eg. when KSysguard is closed, they fail to deregister themselves from SensorAgent. This may cause a crash when further messages arrive for them. This patch fixes that.

BUG: 350140

Note: this is an old patch from phabricator https://phabricator.kde.org/D29616 with changes requested there. But unfortunately wasn't applied

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: segfault-on-exit