|
@@ -655,7 +655,7 @@ static int slab_pad_check(struct kmem_cache *s, struct page *page)
|
|
|
slab_err(s, page, "Padding overwritten. 0x%p-0x%p", fault, end - 1);
|
|
|
print_section("Padding", end - remainder, remainder);
|
|
|
|
|
|
- restore_bytes(s, "slab padding", POISON_INUSE, start, end);
|
|
|
+ restore_bytes(s, "slab padding", POISON_INUSE, end - remainder, end);
|
|
|
return 0;
|
|
|
}
|
|
|
|