Summary: | Null pointer access pasting from empty clipboard | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | copy-paste | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 22.12.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/a991d8d9a470b1698c0f9a7577e97c5184fd8152 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christopher Yeleighton
2023-01-01 00:26:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/801 Git commit a991d8d9a470b1698c0f9a7577e97c5184fd8152 by Kurt Hindenburg, on behalf of Matan Ziv-Av. Committed on 09/01/2023 at 15:57. Pushed by hindenburg into branch 'master'. When pasting from clipboard, check data is non null before dereferencing QClipboard::mimeData may return nullptr. M +3 -0 src/terminalDisplay/TerminalDisplay.cpp https://invent.kde.org/utilities/konsole/commit/a991d8d9a470b1698c0f9a7577e97c5184fd8152 |