1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/crosslayer/ng_pktbuf
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
..
_pktbuf_dynamic.c CppCheck: Removing memleak warning 2015-03-21 02:34:10 +05:30
_pktbuf_internal.h pktbuf: port to use ng_ version 2015-02-19 13:51:27 +01:00
_pktbuf_static.c ng_pktbuf: fix alignment overwrite issue 2015-07-07 17:02:23 +02:00
Makefile pktbuf: port to use ng_ version 2015-02-19 13:51:27 +01:00
ng_pktbuf.c Merge pull request #3089 from authmillenon/pktbuf/enh/debug-output 2015-06-02 21:20:14 +02:00