zephyr/subsys/net/lib
Robert Chou b6a0cdfd64 net: lwm2m: fix obj/obj_inst/observer sys_slist_t corrupted when remove
We were using sys_slist_remove() to remove object, object instance and
observer w/o passing the previous sys_snode_t to it (NULL).
This will instruct the function to treat the node as the list head and
result in unexpected behavior after the removal.

Correct it by using sys_slist_find_and_remove() or passing the previous
node to the function.

Signed-off-by: Robert Chou <robert.ch.chou@acer.com>
2017-09-12 20:40:29 +03:00
..
app net: app: Init static IPv6 address properly 2017-09-12 16:58:24 +03:00
dns net: dns: Do not resolve numeric IP address 2017-08-31 14:33:59 -04:00
http net: Remove check for k_delayed_work_cancel 2017-08-25 15:34:40 -04:00
lwm2m net: lwm2m: fix obj/obj_inst/observer sys_slist_t corrupted when remove 2017-09-12 20:40:29 +03:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sockets net: sock: zsock_close: Explicitly cast few calls to (void). 2017-09-01 09:31:19 -04:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Kbuild net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00
Kconfig net: sockets: Move under "Network Application Support" heading 2017-08-15 09:20:27 -04:00
Makefile net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00