[PATCH] slab: fix display of object length in corruption detector
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.
Showing
Please register or sign in to comment