Files
bind9/lib/dns
Aram Sargsyan fb7bbbd1be Don't use an uninitialized link on an error path
Move the block on the error path, where the link is checked, to a place
where it makes sense, to avoid accessing an unitialized link when
jumping to the 'cleanup_query' label from 4 different places. The link
is initialized only after those jumps happen.

In addition, initilize the link when creating the object, to avoid
similar errors.
2023-09-28 08:14:05 +00:00
..
2023-08-31 22:08:35 +02:00
2023-09-12 16:14:10 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 08:14:38 +00:00
2023-08-09 23:48:17 +00:00
2023-08-02 11:16:50 +02:00
2023-09-12 16:14:10 +02:00
2023-09-12 16:14:10 +02:00
2023-07-17 14:50:25 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 08:14:38 +00:00
2023-08-15 14:25:24 +02:00
2023-09-16 07:32:17 +02:00