1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan
Benjamin Valentin a9a0671232 gnrc_sixlowpan_iphc: fix Out-of-bounds read
Coverty scan found this:

> CID 298279 (#1 of 1): Out-of-bounds read (OVERRUN)
> 21. overrun-local: Overrunning array of 16 bytes at byte offset 64 by dereferencing pointer

The original intention was probably to advance the destination pointer by 4 bytes, not
4 * the destination type size.
2020-08-11 13:31:22 +02:00
..
ctx sys: net: adapt to compile-checked debug messages 2018-01-15 14:37:04 +01:00
frag gnrc_sixlowpan_frag_vrb: fix cppcheck warning 2020-08-03 12:29:06 +02:00
iphc gnrc_sixlowpan_iphc: fix Out-of-bounds read 2020-08-11 13:31:22 +02:00
nd Kconfig: Expose gnrc/sixlowpan configurations 2020-01-17 18:09:14 +01:00
gnrc_sixlowpan.c gnrc/sixlowpan: Configure queue size with exponent 2020-06-15 07:30:52 +02:00
Kconfig gnrc/sixlowpan: Configure queue size with exponent 2020-06-15 07:30:52 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00