MIME-Version: 1.0 In-Reply-To: X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web References: <788ba4fd-9fd2-abf0-8512-3539bc9320ab@redhat.com> Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 1159 On Thu Aug 18 01:23:49 2016, pspacek@redhat.com wrote: > On 17.8.2016 20:41, Evan Hunt via RT wrote: > > 4445. [cleanup] isc_errno_toresult() can now be used to call > > the > > formerly private function isc__errno2result(). > > [RT #43050] > > > > 9.11.0, 9.9.10, 9.10.5 > > > > 4444. [bug] Fixed some issues related to dyndb: A bug > > caused > > braces to be omitted when passing configuration > > text > > from named.conf to a dyndb driver, and there > > was a > > use-after-free in the sample dyndb driver. [RT > > #43050] > > > > 9.11.0 > > > > Petr, you should be able to pull this code from our public source > > repository > > (source.isc.org) as soon as it syncs. Or I can send you a patch if > > you prefer. > > I fetched 3390d74e33385337631b19e68760025e0ca5d6ec from Git and > confirm that > it fixes the problem in parser. > > The new header isc/errno.h works fine if I install it manually. It > does not > get installed using 'make install' - I think that this deserves one > more patch. addressed > > Thank you!