2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

739. [port] Look for /dev/random in configure, rather than

assuming it will be there for only a predefined
                        set of OSes.
This commit is contained in:
Brian Wellington
2001-02-14 20:03:29 +00:00
parent 3dec5690e9
commit 218c8472e6

View File

@@ -1,3 +1,7 @@
739. [port] Look for /dev/random in configure, rather than
assuming it will be there for only a predefined
set of OSes.
738. [bug] If a non-threadsafe sdb driver supported AXFR and
received an AXFR request, it would deadlock or die
with an assertion failure. [RT #852]