1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-30 16:17:02 +01:00
Werner Koch 273bb38cd7 gpg: Fix a memory leak in batch key generation
* g10/keygen.c (append_to_parameter): New.
(proc_parameter_file): Use new func to extend the parameter list.

* g10/passphrase.c (passphrase_to_dek_ext): Print a diagnostic of
gcry_kdf_derive failed.
* g10/keygen.c (proc_parameter_file): Print a diagnostic if
passphrase_to_dek failed.
--

Due to an improper way of using the linked list head, all memory for
items allocated in proc_parameter_file was never released.  If batched
key generation with a passphrase and more than ~200 keys was used this
exhausted the secure memory.
2013-02-21 20:35:10 +01:00
..
2011-03-03 12:40:54 +01:00
2011-02-08 21:11:19 +01:00
2011-03-08 12:23:59 +01:00
2011-02-04 12:57:53 +01:00
2013-01-08 09:43:21 +01:00
2011-04-28 10:51:14 +02:00
2007-07-04 19:49:40 +00:00
2013-01-08 09:43:21 +01:00
2011-09-20 19:24:52 +02:00
2013-01-08 09:43:21 +01:00
2011-02-04 12:57:53 +01:00
2013-01-08 14:46:06 +01:00
2011-03-03 13:01:03 +01:00
2013-01-08 09:43:21 +01:00
2013-01-30 12:00:29 +01:00
2011-06-13 14:54:40 +02:00
2013-01-08 09:43:21 +01:00
2008-12-12 08:54:50 +00:00
2012-08-24 09:44:33 +02:00
2011-08-10 14:11:30 +02:00
2013-02-07 20:37:58 +01:00
2011-09-20 19:24:52 +02:00
2013-01-08 09:43:21 +01:00