zephyr/subsys/net/lib
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
..
dns Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
http net/http: let HTTP_SERVER, HTTP_CLIENT and HTTP_PARSER select HTTP 2017-03-17 10:34:45 +02:00
mqtt Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
zoap net: zoap: Fix memory overflow issue 2017-04-21 14:19:49 +03:00
Kbuild net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00