commit | 364d7451061f6ca6df09f9b9c15525483c3f7f07 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 22 14:14:23 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 22 14:18:45 2018 +0100 |
tree | b94d3aca10c85e9c02a58daae8d2648e4c9b6843 | |
parent | 5a9cce46531ceea9fa4338c064e90f7a514b0ce1 [diff] |
MINOR: debug/pools: make DEBUG_UAF also detect underflows Since we use padding before the allocated page, it's trivial to place the allocated address there and see if it gets mangled once we release it. This may be backported to stable releases already using DEBUG_UAF.