zephyr/subsys/net/lib/dns
Jeroen van Dooren 1be74ac6d7 net: dns: prevent crash on nullptr as callback
When a query is done, the query isn't set to NULL.
This can cause a nullptr exception in invoke_query_callback().

Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
2023-03-02 21:58:07 -05:00
..
CMakeLists.txt net: dns: dns-sd: support dns service discovery 2020-11-09 16:15:02 -08:00
dns_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns_pack.c net: dns: Remove unused variable 2022-06-13 12:11:54 +02:00
dns_pack.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns_sd.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dns_sd.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
llmnr_responder.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mdns_responder.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
resolve.c net: dns: prevent crash on nullptr as callback 2023-03-02 21:58:07 -05:00