kasp: bug in keymgr_key_has_successor()
There is a bug in keymgr_key_has_successor(key, keyring)
: It check if there is any key in the keyring
with a successor, while the intention of the function is that it should check if the given key
has a successor in the keyring
.
Edited by Matthijs Mekking