Summary: | konsole crash when pasting text | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | rainer+kdebugs |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 17.04.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/916ff8f8295eaecc0eb7c3807f4a7a6e4fe408b4 | Version Fixed In: | |
Sentry Crash Report: |
Description
rainer+kdebugs
2018-03-05 17:33:01 UTC
Git commit 916ff8f8295eaecc0eb7c3807f4a7a6e4fe408b4 by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 14/04/2018 at 10:25. Pushed by hindenburg into branch 'master'. Check for valid _foregroundProcessInfo to prevent crash Summary: In Session::getUrl() check that _foregroundProcessInfo is valid before tyring to access its members. I couldn't reproduce the crash from the BR, but it is logical to call isValid() before accessing any ProcessInfo object members. Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D12175 M +1 -1 src/Session.cpp https://commits.kde.org/konsole/916ff8f8295eaecc0eb7c3807f4a7a6e4fe408b4 |