commit | 7e088978933ee186533355ae03a9dc1de99cf6c7 | [log] [tgz] |
---|---|---|
author | Andrey Ryabinin <aryabinin@virtuozzo.com> | Tue Aug 02 14:02:55 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 02 17:31:41 2016 -0400 |
tree | 009af8de8842183482dc3619f429bceafd8e65bb | |
parent | b3cbd9bf77cd1888114dbee1653e79aa23fd4068 [diff] |
kasan: improve double-free reports Currently we just dump stack in case of double free bug. Let's dump all info about the object that we have. [aryabinin@virtuozzo.com: change double free message per Alexander] Link: http://lkml.kernel.org/r/1470153654-30160-1-git-send-email-aryabinin@virtuozzo.com Link: http://lkml.kernel.org/r/1470062715-14077-6-git-send-email-aryabinin@virtuozzo.com Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Alexander Potapenko <glider@google.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>