summaryrefslogtreecommitdiff
path: root/kernel/timer.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-06-20 08:13:21 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-06-20 08:13:21 -0700
commit237d5bd76a069b11e1098fdc62c090992f665c37 (patch)
treed6086c5cdddaabc018fe1aa938d530534188a0d6 /kernel/timer.c
parent919a670d5384cf3e26302e5b33aa7d7221d35e17 (diff)
[PATCH] slab poisoning fix
The slab debugging code is supposed to poison freshly-allocated obejcts with 0x5a and freed ones with 0x6b, so we can distinguish use-uninitialised from use-after-free. It wasn't working right for recycled objects. Fix.
Diffstat (limited to 'kernel/timer.c')
0 files changed, 0 insertions, 0 deletions