Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-24 Thread Andrey Konovalov
On Mon, Mar 20, 2017 at 4:39 PM, Andrey Ryabinin wrote: > On 03/14/2017 08:15 PM, Andrey Konovalov wrote: >> On Thu, Mar 9, 2017 at 1:56 PM, Andrey Ryabinin >> wrote: >>> On 03/06/2017 08:16 PM, Andrey Konovalov wrote: >>> > > What about > > Object at 880068388540 belongs to

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-20 Thread Andrey Ryabinin
On 03/14/2017 08:15 PM, Andrey Konovalov wrote: > On Thu, Mar 9, 2017 at 1:56 PM, Andrey Ryabinin > wrote: >> On 03/06/2017 08:16 PM, Andrey Konovalov wrote: >> What about Object at 880068388540 belongs to cache kmalloc-128 of size 128 Accessed address is 123 bytes in

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-14 Thread Andrey Konovalov
On Thu, Mar 9, 2017 at 1:56 PM, Andrey Ryabinin wrote: > On 03/06/2017 08:16 PM, Andrey Konovalov wrote: > >>> >>> What about >>> >>> Object at 880068388540 belongs to cache kmalloc-128 of size 128 >>> Accessed address is 123 bytes inside of [880068388540, 8800683885c0) >>> >>> ? >> >>

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-09 Thread Andrey Ryabinin
On 03/06/2017 08:16 PM, Andrey Konovalov wrote: >> >> What about >> >> Object at 880068388540 belongs to cache kmalloc-128 of size 128 >> Accessed address is 123 bytes inside of [880068388540, 8800683885c0) >> >> ? > > Another alternative: > > Accessed address is 123 bytes inside of

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-06 Thread Andrey Konovalov
On Mon, Mar 6, 2017 at 6:05 PM, Andrey Konovalov wrote: > On Mon, Mar 6, 2017 at 5:12 PM, Andrey Ryabinin > wrote: >> On 03/06/2017 04:45 PM, Andrey Konovalov wrote: >>> On Fri, Mar 3, 2017 at 3:39 PM, Andrey Ryabinin >>> wrote: On 03/03/2017 04:52 PM, Alexander Potapenko wrote:

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-06 Thread Andrey Konovalov
On Mon, Mar 6, 2017 at 5:12 PM, Andrey Ryabinin wrote: > On 03/06/2017 04:45 PM, Andrey Konovalov wrote: >> On Fri, Mar 3, 2017 at 3:39 PM, Andrey Ryabinin >> wrote: >>> >>> >>> On 03/03/2017 04:52 PM, Alexander Potapenko wrote: On Fri, Mar 3, 2017 at 2:31 PM, Andrey Ryabinin wrote:

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-06 Thread Andrey Ryabinin
On 03/06/2017 04:45 PM, Andrey Konovalov wrote: > On Fri, Mar 3, 2017 at 3:39 PM, Andrey Ryabinin > wrote: >> >> >> On 03/03/2017 04:52 PM, Alexander Potapenko wrote: >>> On Fri, Mar 3, 2017 at 2:31 PM, Andrey Ryabinin >>> wrote: On 03/02/2017 04:48 PM, Andrey Konovalov wrote: > Change

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-06 Thread Andrey Konovalov
On Fri, Mar 3, 2017 at 3:39 PM, Andrey Ryabinin wrote: > > > On 03/03/2017 04:52 PM, Alexander Potapenko wrote: >> On Fri, Mar 3, 2017 at 2:31 PM, Andrey Ryabinin >> wrote: >>> On 03/02/2017 04:48 PM, Andrey Konovalov wrote: Changes slab object description from: Object at 8800

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-03 Thread Alexander Potapenko
On Fri, Mar 3, 2017 at 2:31 PM, Andrey Ryabinin wrote: > On 03/02/2017 04:48 PM, Andrey Konovalov wrote: >> Changes slab object description from: >> >> Object at 880068388540, in cache kmalloc-128 size: 128 >> >> to: >> >> The buggy address belongs to the object at 880068388540 >> which b

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-03 Thread Andrey Ryabinin
On 03/03/2017 04:52 PM, Alexander Potapenko wrote: > On Fri, Mar 3, 2017 at 2:31 PM, Andrey Ryabinin > wrote: >> On 03/02/2017 04:48 PM, Andrey Konovalov wrote: >>> Changes slab object description from: >>> >>> Object at 880068388540, in cache kmalloc-128 size: 128 >>> >>> to: >>> >>> The b

Re: [PATCH v2 6/9] kasan: improve slab object description

2017-03-03 Thread Andrey Ryabinin
On 03/02/2017 04:48 PM, Andrey Konovalov wrote: > Changes slab object description from: > > Object at 880068388540, in cache kmalloc-128 size: 128 > > to: > > The buggy address belongs to the object at 880068388540 > which belongs to the cache kmalloc-128 of size 128 > The buggy address