Summary: | kgpg segfault when want sig a key | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | stars |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
stars
2010-05-01 14:24:38 UTC
SVN commit 1124523 by dakon: fix corrupting list when trying to sign keys If the private key selection was cancelled stale references would be left in the list of keys to sign. It was never checked if a key signing operation is already running so that list could get corrupted, too. BUG:235913 M +10 -0 keysmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124523 SVN commit 1124525 by dakon: fix corrupting list when trying to sign keys If the private key selection was cancelled stale references would be left in the list of keys to sign. It was never checked if a key signing operation is already running so that list could get corrupted, too. CCBUG:235913 Forward-port of r1124523 M +10 -0 keysmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124525 |