Files
bind9/bin
Ondřej Surý 1a82a85266 Use _exit() in the fatal() function
Since the fatal() isn't a correct but rather abrupt termination of the
program, we want to skip the various atexit() calls because not all
memory might be freed during fatal() call, etc.  Using _exit() instead
of exit() has this effect - the program will end, but no destructors or
atexit routines will be called.

(cherry picked from commit 4bec711fe3)
2024-08-06 14:52:24 +02:00
..
2024-08-06 14:52:24 +02:00
2024-08-06 14:52:24 +02:00
2024-08-06 14:52:24 +02:00
2024-08-06 14:52:24 +02:00
2024-08-06 14:52:24 +02:00
2024-08-06 14:52:24 +02:00