1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
chrysn e3db58f013 net/gcoap: Avoid endless loop on error
The NULL case can not regularly be reached (because regularly
gcoap_register_listener sets thel link_encoder to a default one), but if
it is (eg. because an application unsets its link_encoder to hide a
resource set at runtime), the existing `continue` is a good idea (skip
over this entry) but erroneously created an endless loop by skipping the
advancement step.
2020-10-02 20:53:05 +02:00
..
application_layer net/gcoap: Avoid endless loop on error 2020-10-02 20:53:05 +02:00
ble treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
credman treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
crosslayer netopt: add NETOPT_PDU_SIZE 2020-07-29 11:57:52 +02:00
gnrc sys/net/gnrc: fix typos 2020-10-02 08:13:18 +02:00
link_layer ieee802154_submac: add initial implementation 2020-09-30 17:25:31 +02:00
lora net/lora : Change defaults 2020-09-30 20:00:03 +05:30
netdev_test sys/net: iolist updates 2018-03-06 14:00:32 +01:00
netif treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
network_layer sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
sock net/sock : Update documentation 2020-09-04 16:29:13 +05:30
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00
Kconfig net/lora : Expose to Kconfig 2020-09-30 20:00:03 +05:30