1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00
Johann Fischer 2f94d669d7 gnrc_pktbuf_static.c: fix overflow in gnrc_pktbuf_realloc_data
This patch fixes overflow, which is caused by
(pkt->size - aligned_size). This happens if pkt->size and
new size are unaligned and the difference
between pkt->size and new size is less than four.
2016-01-07 15:17:52 +01:00
..
2015-07-07 17:49:17 +02:00
2014-09-12 11:50:12 +02:00
2015-09-16 10:58:51 +02:00
2015-09-25 00:05:18 +02:00
2015-09-03 11:49:57 +02:00
2014-12-03 20:18:37 +01:00
2015-09-16 10:58:51 +02:00
2015-11-24 06:52:39 +01:00
2015-11-30 20:33:53 +01:00
2015-08-21 23:30:04 +02:00
2015-10-01 18:10:08 +02:00
2014-08-23 16:16:26 +02:00