lkml.org 
[lkml]   [2021]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] include/linux/byteorder/generic.h: fix index variables
On Wed, Oct 27, 2021 at 08:27:42PM +0200, Heinrich Schuchardt wrote:
> On 5/23/21 22:49, Heinrich Schuchardt wrote:
> > In cpu_to_be32_array() and be32_to_cpu_array() the length of the array is
> > given by variable len of type size_t. An index variable of type int is used
> > to iterate over the array. This is bound to fail for len > INT_MAX and
> > lets GCC add instructions for sign extension.
> >
> > Correct the type of the index variable.
> >
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> > ---
> > include/linux/byteorder/generic.h | 4 ++--
>
> Dear Greg,
>
> This file is not assigned to any maintainer. Could you handle the patch?

Sure, I'll pick it up, thanks.

greg k-h

\
 
 \ /
  Last update: 2021-11-26 16:35    [W:0.065 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site