Summary: | Kmail crashes when selecting one specific email | ||
---|---|---|---|
Product: | [Applications] kontact | Reporter: | Kelvin <kelvin> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | montel, vkrause |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-addons/commit/c40638b7e5f7a16733aa9f7d6d2daf25763c9619 | Version Fixed In: | |
Sentry Crash Report: |
Description
Kelvin
2020-10-27 20:08:24 UTC
Hi, Is it possible to send me (in private) your specific email? Regards (In reply to Laurent Montel from comment #1) > Hi, > Is it possible to send me (in private) your specific email? > Regards yes, done to montel email. Interestingly the same email forwarded to myself also crashes Kmail. Kind regards Kelvin Git commit c40638b7e5f7a16733aa9f7d6d2daf25763c9619 by Volker Krause. Committed on 29/10/2020 at 07:46. Pushed by vkrause into branch 'release/20.08'. Fix nullptr access on pkpass parsing failures M +3 -0 plugins/messageviewer/bodypartformatter/pkpass/pkpass_plugin.cpp https://invent.kde.org/pim/kdepim-addons/commit/c40638b7e5f7a16733aa9f7d6d2daf25763c9619 As a workaround until you get the fix in 20.08.3 you can meanwhile just delete the file <LIBDIR>/plugins/messageviewer/bodypartformatter/messageviewer_bodypartformatter_pkpass.so (exact location depends on the distribution) to access view the affected email again. Git commit 8a69e75b69c0978c6a50f131a619bc0ce3fc431e by Volker Krause. Committed on 29/10/2020 at 20:41. Pushed by vkrause into branch 'master'. Add workarounds for known JSON syntax errors in pass.json It seems we even have to expect invalid JSON in here, despite the signing and validation tools that are presumably used to produce those... M +14 -3 src/pass.cpp https://invent.kde.org/pim/kpkpass/commit/8a69e75b69c0978c6a50f131a619bc0ce3fc431e |