bind9/lib
Michał Kępień 0d174c46ff 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 36436268b5)
2018-08-14 12:53:44 +02:00
..
bind9 Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
dns Do not remove errors from the OpenSSL error queue in toresult() 2018-08-14 12:53:44 +02:00
irs Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
isc Make ENOBUFS a soft error 2018-08-13 19:23:21 +02:00
isccc Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
isccfg Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
lwres Replace ISC_PRINT_QUADFORMAT with inttypes.h format constants 2018-08-10 15:20:57 +02:00
samples Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
win32/bindevt Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 14:25:15 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Atffile 4492. [bug] irs_resconf_load failed to initialise sortlistnxt 2016-10-27 13:18:47 +11:00
Kyuafile regen v9_11 2017-12-29 02:23:11 +00:00
Makefile.in update file headers to remove copyright years 2018-03-14 16:40:20 -07:00