Files
bind9/lib/dns
Aram Sargsyan 03b68b8c38 Address scan-build warnings
The warnings (see below) seem to be false-positives. Address them
by adding runtime checks.

    resolver.c:1627:10: warning: Access to field 'tid' results in a dereference of a null pointer (loaded from variable 'fctx') [core.NullDereference]
     1627 |         REQUIRE(fctx->tid == isc_tid());
          |                 ^~~~~~~~~
    ../../lib/isc/include/isc/util.h:332:34: note: expanded from macro 'REQUIRE'
      332 | #define REQUIRE(e)   ISC_REQUIRE(e)
          |                                  ^
    ../../lib/isc/include/isc/assertions.h:45:11: note: expanded from macro 'ISC_REQUIRE'
       45 |         ((void)((cond) ||                                                  \
          |                  ^~~~
    resolver.c:10335:6: warning: Access to field 'depth' results in a dereference of a null pointer (loaded from variable 'fctx') [core.NullDereference]
     10335 |         if (fctx->depth > depth) {
           |             ^~~~~~~~~~~
    2 warnings generated.
2024-02-16 08:42:48 +00:00
..
2024-01-23 10:47:31 +11:00
2023-10-13 14:44:40 +02:00
2023-12-06 17:31:38 -08:00
2023-09-12 16:14:10 +02:00
2024-02-14 13:24:56 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2023-08-09 23:48:17 +00:00
2024-02-08 08:01:58 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2023-09-12 16:14:10 +02:00
2023-10-13 09:57:28 +00:00
2024-02-14 09:32:20 -08:00
2024-02-14 01:13:44 -08:00
2024-02-14 13:24:56 +01:00
2024-02-14 13:24:56 +01:00
2023-08-31 22:08:35 +02:00
2024-02-16 08:42:48 +00:00
2023-10-09 13:29:02 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-11-21 14:48:43 +11:00
2024-01-05 11:16:12 +01:00
2024-01-25 14:48:07 +01:00