ee1d0f5 bind-9.16: isc_mem_get cannot fail gracefully now

13 files Authored by slev 3 years ago, Committed by abbra 3 years ago,
    bind-9.16: isc_mem_get 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_get 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/f63e696967
         https://gitlab.isc.org/isc-projects/bind9/-/commit/ae83801e2b
    
        
file modified
+3 -3
file modified
+1 -2
file modified
+4 -5
file modified
+1 -1
file modified
+4 -11
file modified
+10 -23
file modified
+7 -9
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+3 -5
file modified
+0 -13
file modified
+5 -6