Re: Out-of-bounds access in __do_proc_doulongvec_minmax

2014-12-03 Thread Dmitry Vyukov
On Wed, Dec 3, 2014 at 4:37 PM, Andrey Ryabinin wrote: > On 12/03/2014 04:27 PM, Dmitry Vyukov wrote: >> On Wed, Dec 3, 2014 at 3:39 PM, Andrey Ryabinin >> wrote: >>> On 12/03/2014 12:04 PM, Dmitry Vyukov wrote: Hi, I am working on AddressSanitizer, a fast memory error detector fo

Re: Out-of-bounds access in __do_proc_doulongvec_minmax

2014-12-03 Thread Andrey Ryabinin
On 12/03/2014 04:27 PM, Dmitry Vyukov wrote: > On Wed, Dec 3, 2014 at 3:39 PM, Andrey Ryabinin > wrote: >> On 12/03/2014 12:04 PM, Dmitry Vyukov wrote: >>> Hi, >>> >>> I am working on AddressSanitizer, a fast memory error detector for kernel: >>> https://code.google.com/p/address-sanitizer/wiki/A

Re: Out-of-bounds access in __do_proc_doulongvec_minmax

2014-12-03 Thread Dmitry Vyukov
On Wed, Dec 3, 2014 at 3:39 PM, Andrey Ryabinin wrote: > On 12/03/2014 12:04 PM, Dmitry Vyukov wrote: >> Hi, >> >> I am working on AddressSanitizer, a fast memory error detector for kernel: >> https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel >> >> Here is a bug report tha

Re: Out-of-bounds access in __do_proc_doulongvec_minmax

2014-12-03 Thread Andrey Ryabinin
On 12/03/2014 12:04 PM, Dmitry Vyukov wrote: > Hi, > > I am working on AddressSanitizer, a fast memory error detector for kernel: > https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel > > Here is a bug report that I've got while running trinity: > > ===