1
0
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:
chrysn 2022-06-23 08:08:18 +02:00 committed by GitHub
commit ee988add7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)