Searched hist:cdf6a273dc4346277ab9d148ef29f6e058624a8c (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/kasan/ |
H A D | report.c | diff cdf6a273dc4346277ab9d148ef29f6e058624a8c Thu Nov 05 20:51:01 CST 2015 Andrey Konovalov <andreyknvl@google.com> kasan: accurately determine the type of the bad access
Makes KASAN accurately determine the type of the bad access. If the shadow byte value is in the [0, KASAN_SHADOW_SCALE_SIZE) range we can look at the next shadow byte to determine the type of the access.
Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: Alexander Potapenko <glider@google.com> Cc: Konstantin Serebryany <kcc@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|