Files
bind9/lib/isc
Michal Nowak 1fe5c008d6 Ensure "wrap" variable is non-NULL
RUNTIME_CHECK on the "wrap" variable avoids possible NULL dereference:

    thread.c: In function 'thread_wrap':
    thread.c:60:15: error: dereference of possibly-NULL 'wrap' [CWE-690] [-Werror=analyzer-possible-null-dereference]
       60 |         *wrap = (struct thread_wrap){

The RUNTIME_CHECK was there before
7d1ceaf35d.
2023-05-19 11:02:59 +02:00
..
2023-05-18 15:12:23 +02:00
2023-05-15 20:49:42 +00:00
2023-05-15 20:49:42 +00:00
2023-05-18 15:12:23 +02:00
2023-03-28 12:38:28 -07:00
2023-05-19 11:02:59 +02:00
2023-04-12 14:10:37 +02:00
2023-04-27 12:38:53 +02:00