Files
bind9/fuzz
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
..
2023-02-27 13:47:25 +00:00
2024-12-11 15:09:24 -08:00
2023-02-27 13:47:25 +00:00
2025-06-11 10:30:12 +03:00
2025-07-10 13:52:59 +00:00
2025-12-03 13:26:28 -08:00
2025-10-24 14:35:28 +03:00