Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix GnuPG configuration menu crash and add ECC subkey type #17

Merged
merged 1 commit into from
Jan 7, 2017
Merged

Fix GnuPG configuration menu crash and add ECC subkey type #17

merged 1 commit into from
Jan 7, 2017

Conversation

ValdikSS
Copy link
Contributor

@ValdikSS ValdikSS commented Jan 7, 2017

There is no default case for key algorithm other than RSA, DSA and elGamal.
Parsing keys of other types result in incomplete "rows" enum filling
which later cause crash in Model::showKeys as could not find Fingerprint field and
row.at(Fingerprint) resulted in NULL pointer.

This commit adds default case and new ECC subkey type.

There is no default case for key algorithm other than RSA, DSA and elGamal.
Parsing keys of other types result in incomplete "rows" enum filling
which later cause crash in Model::showKeys as could not find Fingerprint field and
row.at(Fingerprint) resulted in NULL pointer.

This commit adds default case and new ECC subkey type.
@Ri0n Ri0n merged commit 4a2f0ba into psi-im:master Jan 7, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants