Go to file
Vinicius Costa Gomes 909ad359bf lib/zoap: Fix incorrect values for payload size
When retrieving the payload length of the payload, there was a mistake,
what was already in the buffer (buf->len) was being considered twice,
net_buf_tailroom() already takes buf->len into account, resulting in
incorrect values.

Change-Id: I3b78d55abca4a448cab5e035b9d66352a3c59110
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2017-01-02 10:03:18 +01:00
.known-issues
arch logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
boards boards/arduino101: Enable GPIO 2016-12-25 19:16:37 +00:00
doc shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
drivers shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
ext ext: Update Nordic MDK header files 2016-12-20 09:14:48 -06:00
include net: statistics: Expose relevant information through net mgmt API 2017-01-02 10:03:18 +01:00
kernel logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
lib lib/zoap: Fix incorrect values for payload size 2017-01-02 10:03:18 +01:00
misc kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
samples net: statistics: Provide specific Kconfig options 2017-01-02 10:03:18 +01:00
scripts Revert "sanitycheck: reduce number of unnecessary configuration builds" 2016-12-30 09:43:48 -06:00
subsys net: rpl: Fix a build issue 2017-01-02 10:03:18 +01:00
tests net: buf: Change NET_BUF_DEBUG to NET_BUF_LOG and add a level option 2017-01-02 10:03:17 +01:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc
Kbuild kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
Makefile kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Makefile.inc kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
release-notes.rst
zephyr-env.sh