slev / bind-dyndb-ldap

Forked from bind-dyndb-ldap 3 years ago
Clone

6ec702a bind-9.16: isc_mem_allocate cannot fail gracefully now

Authored and Committed by slev 3 years ago
    bind-9.16: isc_mem_allocate cannot fail gracefully now
    
    Since [0] malloc is handled directly in default_memalloc and
    it aborts on NULL pointer result. Further check is no longer
    needed. Thus, isc_mem_allocate based macro can be safely removed [1].
    
    [0]: https://gitlab.isc.org/isc-projects/bind9/-/commit/8de2451756
    [1]: https://gitlab.isc.org/isc-projects/bind9/-/commit/3c1d4298af
         https://gitlab.isc.org/isc-projects/bind9/-/commit/601cb4e4cc
    
        
file modified
+3 -5
file modified
+5 -5
file modified
+5 -12
file modified
+0 -10