zephyr/subsys
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
..
bluetooth Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
console Revert "subsys/console: Yield on char availability." 2017-04-06 14:56:23 +03:00
debug Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
disk Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
fs Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
logging spell: fix doxygen comment typos: /subsys 2017-04-19 18:44:06 +00:00
net net: zoap: Fix memory overflow issue 2017-04-21 14:19:49 +03:00
shell shell: If enabled, let's register telnet console as an input 2017-01-27 12:35:53 +02:00
usb spell: fix doxygen comment typos: /subsys 2017-04-19 18:44:06 +00:00
Kconfig subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00
Makefile subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00