zephyr/subsys/net
Ravi kumar Veeramally 79ff5ed5fa net: zoap: Fix memory overflow issue
If CoAP .well-known/core services list is bigger than single fragment
then current helper functions overwrites beyond fragment space. Which
corrupted whole stack. Right now sending response in multiple fragments
but preferred way is send response in block by block. This should
overcome packet loss across mesh scenarios. Recommended feature will
be supported with later patches.

Change-Id: I30ca55bde2516d80b3583731241ad295799c6614
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2017-04-21 14:19:49 +03:00
..
ip net: rpl: Fix rpl header update 2017-04-21 14:19:49 +03:00
lib net: zoap: Fix memory overflow issue 2017-04-21 14:19:49 +03:00
buf.c net: buf: Add net_buf_reset 2017-04-20 08:58:09 +03:00
Kconfig net: buf: Add CONFIG_NET_BUF_WARN_ALLOC_INTERVAL 2017-04-07 13:33:55 +03:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
TODO net: todo: Mark multicast join/leave support done 2017-03-09 20:33:48 +02:00