diff options
author | Andre Heinecke <[email protected]> | 2018-03-27 09:24:55 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-03-27 09:24:55 +0000 |
commit | 7c220e387d511b0cf66f99370759c36b729cc444 (patch) | |
tree | 87150bca5d471f280e6f1c57b6cc1cd5e36bb54e /lang/python/examples/howto | |
parent | script: temp homedir (diff) | |
download | gpgme-7c220e387d511b0cf66f99370759c36b729cc444.tar.gz gpgme-7c220e387d511b0cf66f99370759c36b729cc444.zip |
core: Initialize key return value in gpgme_get_key
* src/keylist.c (gpgme_get_key): Set r_key to NULL.
--
The c++ bindings and others assumed that r_key is set to NULL
on error. This is the behavior gpgme_op_keylist_next also
has. Even if it is not specified what happens to r_key on
error setting it to NULL should not hurt and is more
expected behavior.
This directly fixes an uninitialized memory access error
in the c++ bindings / Kleopatra:
GnuPG-Bug-Id: T3865
And will fix some additional random crashes in Kleopatra and GpgOL.
Diffstat (limited to 'lang/python/examples/howto')
0 files changed, 0 insertions, 0 deletions