1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
Martine Lenders 3b133811d6 ng_pktbuf: fix alignment overwrite issue
Currently it can happen if there is a spot of size `n` free that a chunk
of size `n + 1` is inserted, if `n` is devisable by the word length of
the platform. This patch fixes this issue.
2015-07-07 17:02:23 +02:00
..
application_layer/ng_zep net: intial import of the ZEP protocol 2015-07-02 15:47:19 +02:00
ccn_lite Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
crosslayer ng_pktbuf: fix alignment overwrite issue 2015-07-07 17:02:23 +02:00
include everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
link_layer ng_nomac: piggy-back some indentation fixes 2015-07-02 12:08:43 +02:00
network_layer ng_ndp: cache determined next-hop in FIB 2015-07-01 22:34:12 +02:00
routing aodvv2: fix rreq route cost calculation 2015-06-29 09:04:23 -07:00
transport_layer ng_udp: fix NULL pointer check in ng_udp_calc_csum 2015-07-02 12:20:55 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00