On 01/30/2015 02:12 AM, Andrew Morton wrote:
> On Thu, 29 Jan 2015 18:11:45 +0300 Andrey Ryabinin
> wrote:
>
>> Kernel Address sanitizer (KASan) is a dynamic memory error detector. It
>> provides
>> fast and comprehensive solution for finding use-after-free and out-of-bounds
>> bugs.
>>
>> KAS
On Thu, 29 Jan 2015 18:11:45 +0300 Andrey Ryabinin
wrote:
> Kernel Address sanitizer (KASan) is a dynamic memory error detector. It
> provides
> fast and comprehensive solution for finding use-after-free and out-of-bounds
> bugs.
>
> KASAN uses compile-time instrumentation for checking every
Kernel Address sanitizer (KASan) is a dynamic memory error detector. It provides
fast and comprehensive solution for finding use-after-free and out-of-bounds
bugs.
KASAN uses compile-time instrumentation for checking every memory access,
therefore GCC >= v4.9.2 required.
This patch only adds inf
3 matches
Mail list logo