zephyr/subsys/net/lib
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
..
capture
coap net: coap: Allow insertion of an option at arbitrary position 2023-02-06 10:02:19 +01:00
config net: config: Unify the init behaviour when timeout is enabled and not 2023-02-08 11:26:42 +01:00
conn_mgr
dns net: dns: prevent crash on nullptr as callback 2023-03-02 21:58:07 -05:00
http
lwm2m net: lwm2m: bugfix lwm2m shell exec command with optional parameter 2023-02-27 11:34:42 +01:00
mqtt
mqtt_sn net: sockets: fix fcntl.h usage 2023-02-08 19:04:25 +09:00
sntp
sockets net: sockets: getaddrinfo: Minor refactoring 2023-02-21 15:02:35 +01:00
socks
tftp net: tftp: Add client context 2023-02-28 10:29:30 +01:00
tls_credentials
utils
websocket net: websocket: Make sure the mbedtls_sha1 function is build in 2023-02-24 18:12:14 +01:00
zperf net: zperf: improve code quality for tcp_received function 2023-02-28 18:12:52 +01:00
CMakeLists.txt
Kconfig