[konsole] [Bug 491726] Konsole use-after-free when dropping URLs, at least in some environments (e.g. GNOME)
Christoph Cullmann
bugzilla_noreply at kde.org
Thu Dec 5 22:24:58 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=491726
Christoph Cullmann <christoph at cullmann.io> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christoph at cullmann.io
--- Comment #1 from Christoph Cullmann <christoph at cullmann.io> ---
I see, the extractDroppedText call might invalidate that due to
KIO::StatJob *job = KIO::mostLocalUrl(urls[i], KIO::HideProgressInfo);
if (!job->exec()) {
continue;
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list