Package: kgpg / 4:4.8.4-4

Metadata

Package Version Patches format
kgpg 4:4.8.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_fix NULL deref when new setting default key.patch | (download)

model/kgpgitemmodel.cpp | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 [patch] fix null-deref when new setting default key

Thanks to John Tapsell for spotting the line I have been looking at for weeks without seeing the bug.

CCBUG:298465
CCMAIL:johnflux@gmail.com

upstream_fix key comparison returning wrong values.patch | (download)

core/KGpgKeyNode.cpp | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 [patch] fix key comparison returning wrong values

This fixes a regression introduced in 4.8.2 with commit
2a100ae8d203107d17e438f67f65d26a4949cccc when trying to fix bug 292405.

BUGS:298465,301618
CCBUG:292405