• Andrew Morton's avatar
    [PATCH] slab: fix display of object length in corruption detector · dac10907
    Andrew Morton authored
    From: Manfred Spraul <manfred@colorfullife.com>
    
    print_objinfo() dumps the first few characters of an interesting object for
    debugging.  It used the wrong object len (including debug padding, instead
    of just the data area), which could cause an oops if DEBUG_PAGEALLOC is
    enabled.
    dac10907
slab.c 75.6 KB