zephyr/subsys/net
Markus Fuchs 4ff6c69233 net: dhcpv4: Cancel pending DNS queries on DNS server update
On processing a DNS server option, which re-initializes the DNS resolve
context, also cancel all pending DNS queries before closing the old DNS
resolve context. Otherwise, `z_clock_announce()` will later work on the
re-initialized context once the queries expire and crash because the
reference to the timeout function `query_timeout()` has been cleared.

Signed-off-by: Markus Fuchs <markus.fuchs@de.sauter-bc.com>
2019-10-22 15:06:51 +03:00
..
ip net: dhcpv4: Cancel pending DNS queries on DNS server update 2019-10-22 15:06:51 +03:00
l2 net: ieee802154: kconfig: Remove unused fragmentation debugging symbol 2019-10-22 13:10:52 +03:00
lib net: lwm2m: kconfig: Remove unused firmware pull port symbol 2019-10-18 15:31:02 +03:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig Bluetooth: Add possibility to pass a user_data to conn_tx_cb_t 2019-05-29 16:31:03 +03:00
Kconfig.hostname net: hostname: Fix Kconfig option help 2019-02-20 19:42:13 -05:00
Kconfig.template.log_config.default.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.net net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
buf.c net: buf: Add net_buf_simple_clone 2019-10-04 20:56:25 +03:00
hostname.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00