Summary: | kate seg-faults on opening small newly created gpg file | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | rlaggren |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | christoph, rlaggren |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | test file that crashes kate on opening |
Description
rlaggren
2016-04-26 01:32:16 UTC
Created attachment 98598 [details]
test file that crashes kate on opening
I created couple of these using gpg. All crashed kate.
Autor: Dominik Haumann <dhaumann@kde.org> 2016-03-29 17:52:02 Eintragender: Dominik Haumann <dhaumann@kde.org> 2016-03-29 17:52:02 Eltern: 1e8b5370ddd2751d00ef823840077ae1562faf52 (fix crash due to uninitialized variable (bug #357341)) Kind: 1596261e68c2665f143e95e44dc666398761daed (Simplify code (qCount -> std::count, homegrown isprint -> QChar::isPrint)) Zweig: master, remotes/origin/master Folgt auf: v4.100.0-rc1 Vorgänger von: encoding detection: fix crash in wrong usage of isprint If the first characters was negative, we always hit a crash in the encoding detection. This patch fixes this. BUG: 357341 REVIEW: 127488 CHANGELOG: encoding detection: fix crash in wrong usage of isprint (bug #357341) *** This bug has been marked as a duplicate of bug 357341 *** |