The recently introduced M_NEVERFREED flag is not meant to be used for regular malloc requests.
Enforce this by checking for M_NEVERFREED in malloc_dbg.
Details
Details
- Reviewers
alc markj kib - Commits
- rG06134ea2f38c: malloc(9): Check for M_NEVERFREED
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable