1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +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
..
2021-11-05 16:50:46 +01:00
2021-11-05 16:50:46 +01:00
2020-07-05 19:10:41 +02:00
2021-12-03 10:12:35 +01:00
2021-11-05 16:50:46 +01:00