Skip to content

Commit

Permalink
Merge pull request #18244 from benpicco/gnrc_pktbuf_static-doc
Browse files Browse the repository at this point in the history
sys/net/gnrc_pktbuf_static: fix documentation of use-after-free detection
  • Loading branch information
chrysn authored Jun 23, 2022
2 parents be11978 + 0b3f66f commit ee988ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee988ad

Please sign in to comment.