Files
bind9/lib
Mark Andrews 2a9300a3bc Don't perform arithmetic on NULL pointers
When node is NULL when calling getparent() et al. they return NULL
but performing arithmetic on the NULL pointer is undefined.  Check
if 'node' or 'header' is NULL and skip the adjustment.
2023-01-10 17:45:51 +11:00
..
2022-11-29 10:30:34 +01:00
2022-11-29 10:30:34 +01:00