1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/paho-mqtt
Marian Buschsieweke 6a138cc5c4
pkg/paho-mqtt: fix memory corruption
This fixes instances where a pointer to an enum (possibly sized one
byte) is casted to a pointer to int (which is at least two and in most
cases four bytes in size). As result, out-of-bounds memory accesses
are bound to happen.

This was detected by GCC 11.2.0 with -Wstringop-overflow.
2022-01-11 18:23:06 +01:00
..
contrib pkg/paho-mqtt: migrate to ztimer 2021-11-05 16:50:46 +01:00
include pkg/paho-mqtt: migrate to ztimer 2021-11-05 16:50:46 +01:00
patches pkg/paho-mqtt: fix memory corruption 2022-01-11 18:23:06 +01:00
doc.txt pkg/paho-mqtt: add pkg paho-mqtt 2020-07-05 19:10:41 +02:00
Makefile pkg/paho-mqtt: add -Wno-cast-align 2021-12-03 10:12:35 +01:00
Makefile.dep pkg/paho-mqtt: migrate to ztimer 2021-11-05 16:50:46 +01:00
Makefile.include pkg/paho-mqtt: add pkg paho-mqtt 2020-07-05 19:10:41 +02:00
Makefile.paho-mqtt pkg/paho-mqtt: add pkg paho-mqtt 2020-07-05 19:10:41 +02:00
Makefile.paho-mqtt-packet pkg/paho-mqtt: add pkg paho-mqtt 2020-07-05 19:10:41 +02:00