Home GnuPG
Diffusion GPGME 3b782443600e

cpp: Fix use after free in gencardkeyinteractor

Description

cpp: Fix use after free in gencardkeyinteractor

* lang/cpp/src/gpggencardkeyinteractor.cpp
(GpgGenCardKeyInteractor::Private::keysize): Change to string.

The value is only required as string so we can save it this
way to avoid the need to convert it for the action command.

Details

Provenance
aheineckeAuthored on Aug 8 2018, 9:22 AM
Parents
rMd09d19fa9fe1: Make GNUPGHOME for tests overridable
Branches
Unknown
Tags
Unknown
Tasks
T4094: [GPGME] Use-after-free problem in gpggencardkeyinteractor.cpp