Summary: | Storing a specific KSslCertificateRule can crash kssld | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Michael Leupold <lemma> |
Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ahartmetz |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Leupold
2008-12-19 22:27:53 UTC
CCing maelcum as I don't know if I assigned the right product and/or he's reading the konq-bugs mailinglist. Talked to ahartmetz and we agreed that this should be fixed in kconfig. KConfig should be able to handle binary data as section headers as well and shouldn't fail on special separator characters. SVN commit 914920 by ahartmetz: Don't use binary group names for kssld/ksslcertificatemanager, they break KConfig. Included is a kconfig_update script to delete the old config file. BUG:178229 M +3 -0 CMakeLists.txt A kssl/ksslcertificatemanager.upd A kssl/ksslcertificatemanager.upd.sh M +3 -3 misc/kssld/kssld.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=914920 |