Tobias Stoeckmann
df5dafe049
Clear passwords on __gr_dup/__pw_dup errors.
...
The functions __gr_dup and __pw_dup do not explicitly zero the
memory which hold the passwords after free. The gr_free and pw_free
functions do this explicitly.
To guarantee same behaviour, it's possible to call these *_free
functions directly from __*_dup, because the memory is initialized
with zeros at the beginning. Calling free(NULL) has no negative
effect and can be considered safe these days.
2015-07-11 13:00:13 +02:00
..
2007-10-07 11:46:07 +00:00
2013-08-11 15:46:59 +02:00
2013-08-11 15:46:59 +02:00
2011-09-18 20:44:09 +00:00
2013-08-04 00:27:53 +02:00
2009-04-30 21:08:49 +00:00
2008-04-27 00:40:09 +00:00
2011-07-08 19:56:18 +00:00
2009-06-12 20:20:45 +00:00
2009-04-30 21:12:33 +00:00
2009-04-30 21:12:33 +00:00
2009-04-30 21:12:33 +00:00
2013-08-05 10:08:45 -05:00
2009-04-23 09:57:03 +00:00
2009-04-24 23:27:12 +00:00
2009-04-30 21:44:35 +00:00
2013-08-05 23:16:00 +02:00
2009-04-23 21:19:02 +00:00
2015-07-11 13:00:13 +02:00
2011-08-14 13:16:54 +00:00
2010-03-10 22:30:03 +00:00
2008-04-27 00:40:09 +00:00
2013-08-05 10:08:45 -05:00
2012-02-13 20:09:59 +00:00
2008-08-30 18:30:36 +00:00
2008-07-21 21:14:06 +00:00
2008-06-13 18:11:09 +00:00
2008-04-27 00:40:09 +00:00
2013-08-11 15:46:59 +02:00
2013-08-04 00:27:53 +02:00
2009-04-23 17:43:27 +00:00
2011-02-16 20:32:16 +00:00
2009-04-23 21:19:02 +00:00
2015-07-11 13:00:13 +02:00
2012-01-08 16:06:57 +00:00
2012-01-08 16:06:57 +00:00
2009-03-21 20:29:58 +00:00
2009-03-21 20:45:35 +00:00
2009-04-10 22:35:07 +00:00
2013-08-13 19:13:45 +02:00
2009-09-07 18:59:03 +00:00
2010-03-23 08:56:52 +00:00
2011-02-16 20:32:16 +00:00
2009-04-23 21:19:02 +00:00
2013-08-13 19:13:45 +02:00
2011-10-18 20:23:33 +00:00
2014-09-17 15:48:24 -05:00
2013-08-15 17:30:19 +02:00
2010-03-18 18:58:52 +00:00
2010-03-18 19:23:00 +00:00
2010-03-23 08:56:52 +00:00