1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/pktbuf
Sören Tempel 178c9eb745 gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc
Otherwise the local mallocs variable is not decremented correctly (if
TEST_SUITES is defined) and the fuzzing setup (i.e. when MODULE_FUZZING
is defined) does not terminate. This regression was introduced in
3970b667aa.
2021-02-12 18:15:40 +01:00
..
include gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc 2021-02-12 18:15:40 +01:00
gnrc_pktbuf.c sys/net/gnrc/tx_sync: new module 2021-02-03 15:16:42 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile gnrc_pktbuf: move common auxiliary functions to common module 2017-06-14 12:24:56 +02:00
Makefile.include sys/net/gnrc_pktbuf: deduplicate code 2021-01-26 10:50:19 +01:00