zephyr/lib/iot/mqtt
Stig Bjørlykke 4ca8ca9b1c iot/mqtt: Fix rlen_decode size check.
If receiving a malformed MQTT packet with less than 5 bytes it's
possible to get a read one byte behind buf.

Change-Id: I34425add57c937c8fd9df5bf7b72af092d6f5f32
Signed-off-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-12-14 22:09:19 +01:00
..
Kconfig iot/mqtt: Add the MQTT high-level API 2016-12-02 12:41:09 +02:00
Makefile iot/mqtt: Add the MQTT high-level API 2016-12-02 12:41:09 +02:00
mqtt_pkt.c iot/mqtt: Fix rlen_decode size check. 2016-12-14 22:09:19 +01:00
mqtt_pkt.h iot: Add MQTT v3.1.1 packet handling support for Zephyr 2016-12-02 12:41:03 +02:00
mqtt.c net: buf: Redesigned pool & buffer allocation API 2016-12-13 21:41:53 +00:00