google / kernel-sanitizers

Linux Kernel Sanitizers, fast bug-detectors for the Linux kernel
https://google.github.io/kernel-sanitizers/
436 stars 87 forks source link

kfence: get rid of stack depot #94

Closed ramosian-glider closed 4 years ago

ramosian-glider commented 4 years ago

Unlike other debugging tools, we have a fixed number of allocations to care about, so we'd better store the stacks ourselves to avoid the growing memory consumption of stackdepot.

Fixes https://github.com/google/kasan/issues/66

Signed-off-by: Alexander Potapenko glider@google.com

dvyukov commented 4 years ago

+1