mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18244 from benpicco/gnrc_pktbuf_static-doc
sys/net/gnrc_pktbuf_static: fix documentation of use-after-free detection
This commit is contained in:
commit
ee988add7e
@ -37,7 +37,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
/**
|
||||
* @brief enable use-after-free detection
|
||||
* @brief enable use-after-free/out of bounds write detection
|
||||
*/
|
||||
#ifndef CONFIG_GNRC_PKTBUF_CHECK_USE_AFTER_FREE
|
||||
#define CONFIG_GNRC_PKTBUF_CHECK_USE_AFTER_FREE (0)
|
||||
|
Loading…
Reference in New Issue
Block a user