1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-18 14:17:03 +01:00
Andre Heinecke 05ef8c0cc0
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
2023-10-28 14:20:31 +02:00
..
2023-06-20 09:08:29 +09:00
2020-11-11 09:13:13 +09:00
2021-11-13 21:03:02 +01:00
2022-11-09 10:37:58 +09:00
2022-11-09 10:37:58 +09:00
2023-09-26 13:34:50 +09:00
2023-05-25 16:50:00 +02:00
2015-02-04 09:15:34 +01:00
2023-09-04 16:35:19 +02:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2018-10-25 16:53:05 -04:00
2023-04-04 16:39:59 +02:00
2023-09-04 16:35:19 +02:00
2023-09-05 08:10:36 +02:00
2020-02-18 18:07:46 -05:00
2019-07-11 12:32:44 +09:00
2019-07-23 12:04:21 +09:00
2021-03-24 14:51:42 +09:00
2017-01-23 19:16:55 +01:00
2023-07-05 09:36:00 +09:00
2017-02-21 13:11:46 -05:00
2017-03-07 20:32:09 +09:00
2023-04-05 21:32:23 +02:00
2016-03-08 14:08:49 +01:00
2023-04-05 21:32:23 +02:00
2022-11-25 16:04:54 +01:00
2021-05-20 13:38:39 +02:00
2016-12-06 12:16:56 +01:00
2023-02-16 18:10:03 +01:00