https://github.com/torvalds/linux
Revision 85ba94ba0592296053f7f2846812173424afe1cb authored by Matt Mackall on 07 October 2008, 16:37:35 UTC, committed by Linus Torvalds on 07 October 2008, 18:19:23 UTC
SLOB's ksize calculation was braindamaged and generally harmlessly
underreported the allocation size. But for very small buffers, it could
in fact overreport them, leading code depending on krealloc to overrun
the allocation and trample other data.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Tested-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e09e6e2
History
Tip revision: 85ba94ba0592296053f7f2846812173424afe1cb authored by Matt Mackall on 07 October 2008, 16:37:35 UTC
SLOB: fix bogus ksize calculation
Tip revision: 85ba94b
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top