1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
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-12-03 10:12:37 +01:00
2021-12-03 10:12:37 +01:00
2021-10-02 14:45:10 +02:00
2021-12-10 18:51:27 +01:00
2022-01-06 14:28:38 +01:00
2021-09-08 15:22:40 +02:00
2021-12-03 10:12:37 +01:00
2021-12-03 10:12:34 +01:00
2021-12-03 10:12:37 +01:00
2021-12-03 10:12:38 +01:00
2021-12-14 22:53:01 +01:00
2021-12-03 10:12:34 +01:00
2021-11-17 15:31:17 +01:00
2021-12-03 10:12:33 +01:00
2021-10-01 14:44:10 +02:00
2021-12-10 18:51:27 +01:00