]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: memory: also poison the area on freeing
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Nov 2019 05:59:54 +0000 (06:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Nov 2019 06:06:46 +0000 (07:06 +0100)
commitda52035a45d80485ca32a0b81651bba28cf00889
tree018c170d55fa4a15ae16bd0a68434e2b8be4a3cf
parent5de7817ae874901dfe44838dd26dd10c2d822c1d
MINOR: memory: also poison the area on freeing

Doing so sometimes helps detect some UAF situations without the overhead
associated to the DEBUG_UAF define.
include/common/memory.h