mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6a138cc5c4
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. |
||
---|---|---|
.. | ||
contrib | ||
include | ||
patches | ||
doc.txt | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
Makefile.paho-mqtt | ||
Makefile.paho-mqtt-packet |