bind9/lib
Evan Hunt 38e94cc7da switch to CHECK where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                goto cleanup;
        }

with:

        CHECK(<statement>);
2025-12-03 13:45:42 -08:00
..
dns switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
isc switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
ns switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00