Files
bind9/lib/dns
Michał Kępień 36436268b5 Do not remove errors from the OpenSSL error queue in toresult()
dst__openssl_toresult3() first calls toresult() and subsequently uses
ERR_get_error_line_data() in a loop.  Given this, it is a mistake to use
ERR_get_error() in toresult() because it causes the retrieved error to
be removed from the OpenSSL error queue, thus preventing it from being
retrieved by the subsequent ERR_get_error_line_data() calls.  Fix by
using ERR_peek_error() instead of ERR_get_error() in toresult().

(cherry picked from commit fe20f8fe25)
2018-08-14 12:53:18 +02:00
..
2018-06-11 12:50:11 +02:00
2018-08-08 14:24:15 -07:00
2018-08-10 11:17:51 +02:00
2017-12-29 02:16:29 +00:00
2018-08-10 11:17:51 +02:00