2016-04-11 20:10 GMT+03:00 Alexander Potapenko <gli...@google.com>: > Instead of calling kasan_krealloc(), which replaces the memory allocation > stack ID (if stack depot is used), just unpoison the whole memory chunk. > Add a test that makes sure ksize() unpoisons the whole chunk. >
Split in two please. > Signed-off-by: Alexander Potapenko <gli...@google.com> > ---