Files
znc/src
Alexey Sokolov 237fbc9665 Fix use-after-free in znc --makepem
X509_get_subject_name() returns an internal pointer, which was destroyed
by X509_set_subject_name(), and then accessed again in
X509_set_issuer_name().
But X509_set_subject_name() isn't needed at all, because subject name
was modified in place.

(cherry picked from commit 744bd7d55c)
2018-02-22 00:42:08 +00:00
..
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00
2016-11-19 23:35:12 +00:00
2016-11-17 23:45:25 +00:00
2014-12-31 11:28:38 +01:00
2011-09-23 03:33:13 +07:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00
2015-07-07 22:26:56 +01:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00
2018-02-22 00:42:08 +00:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00