bind9/lib
Michał Kępień 00bc5bf6bd Fix isc_buffer_copyregion() for auto-reallocated buffers
While isc_buffer_copyregion() calls isc_buffer_reserve() to ensure the
target buffer will have enough available space to append the contents of
the source region to it, the variables used for subsequently checking
available space are not updated accordingly after that call.  This
prevents isc_buffer_copyregion() from working as expected for
auto-reallocated buffers: ISC_R_NOSPACE will be returned if enough space
is not already available in the target buffer before it is reallocated.
Fix by calling isc_buffer_used() and isc_buffer_availablelength()
directly instead of assigning their return values to local variables.

(cherry picked from commit e1f0aed034)
2018-10-30 13:34:49 +01:00
..
bind9 Fix the configuration type used by the "server-addresses" option 2018-10-25 09:04:43 +02:00
dns compare_nxt compared records with identical next fields case insensitively 2018-10-30 15:10:55 +11:00
irs prep 9.11.5rc1 2018-09-29 03:57:26 +00:00
isc Fix isc_buffer_copyregion() for auto-reallocated buffers 2018-10-30 13:34:49 +01:00
isccc prep 9.11.5rc1 2018-09-29 03:57:26 +00:00
isccfg allow unquoted response-policy zone names 2018-10-29 10:00:27 -07:00
lwres prep 9.11.5rc1 2018-09-29 03:57:26 +00: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