• Andrew Morton's avatar
    [PATCH] slab use-after-free detector · 9ec42f94
    Andrew Morton authored
    Patch from Petr Vandrovec <vandrove@vc.cvut.cz>
    
    Modifies check_poison function to not only verify that last byte is
    POISON_END, but also that all preceeding bytes are either POISON_BEFORE or
    POISON_AFTER bytes.
    9ec42f94
slab.c 62.3 KB