On Tue, Jul 25, 2017 at 2:06 PM, Andrey Ryabinin
wrote:
> On 07/25/2017 10:17 AM, Arnd Bergmann wrote:
>> On Mon, Jul 24, 2017 at 1:35 PM, Alexander Potapenko
>> wrote:
>>> On Fri, Jul 21, 2017 at 11:02 PM, Arnd Bergmann wrote:
>>
diff --git a/mm/kasan/report.c b/mm/kasan/report.c
ind
On 07/25/2017 10:17 AM, Arnd Bergmann wrote:
> On Mon, Jul 24, 2017 at 1:35 PM, Alexander Potapenko
> wrote:
>> On Fri, Jul 21, 2017 at 11:02 PM, Arnd Bergmann wrote:
>
>>> diff --git a/mm/kasan/report.c b/mm/kasan/report.c
>>> index 04bb1d3eb9ec..28fb222ab149 100644
>>> --- a/mm/kasan/report.c
On Mon, Jul 24, 2017 at 1:35 PM, Alexander Potapenko wrote:
> On Fri, Jul 21, 2017 at 11:02 PM, Arnd Bergmann wrote:
>> diff --git a/mm/kasan/report.c b/mm/kasan/report.c
>> index 04bb1d3eb9ec..28fb222ab149 100644
>> --- a/mm/kasan/report.c
>> +++ b/mm/kasan/report.c
>> @@ -111,6 +111,9 @@ stati
On Fri, Jul 21, 2017 at 11:02 PM, Arnd Bergmann wrote:
> gcc-7 produces this warning:
>
> mm/kasan/report.c: In function 'kasan_report':
> mm/kasan/report.c:351:3: error: 'info.first_bad_addr' may be used
> uninitialized in this function [-Werror=maybe-uninitialized]
>print_shadow_for_address
gcc-7 produces this warning:
mm/kasan/report.c: In function 'kasan_report':
mm/kasan/report.c:351:3: error: 'info.first_bad_addr' may be used uninitialized
in this function [-Werror=maybe-uninitialized]
print_shadow_for_address(info->first_bad_addr);
^~~~
5 matches
Mail list logo