aboutsummaryrefslogtreecommitdiffstats
path: root/common/stringhelp.c
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2023-10-28 12:20:31 +0000
committerAndre Heinecke <[email protected]>2023-10-28 12:20:31 +0000
commit05ef8c0cc005fcdf412be6819428c677f0185d33 (patch)
treec67653e8c3190e7592d08803369cbdb070ee94e0 /common/stringhelp.c
parentMinor style fixes. (diff)
downloadgnupg-05ef8c0cc005fcdf412be6819428c677f0185d33.tar.gz
gnupg-05ef8c0cc005fcdf412be6819428c677f0185d33.zip
g10: Fix uninitalized variable use in sign_file
* g10/sign.c (sign_file): Initialize gcry_md_hd_t to NULL. -- There are several jumps to leave before gcry_md_open is called so md should be initialized to NULL to avoid calling gcry_md_close on an uninitalized variable. GnuPG-Bug-Id: T6780
Diffstat (limited to 'common/stringhelp.c')
0 files changed, 0 insertions, 0 deletions