[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163228527480.25516.16772825174305781427.b4-ty@oracle.com>
Date: Wed, 22 Sep 2021 00:45:21 -0400
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Len Baker <len.baker@....com>,
James Smart <james.smart@...adcom.com>,
Ram Vegesna <ram.vegesna@...adcom.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Kees Cook <keescook@...omium.org>,
target-devel@...r.kernel.org, linux-hardening@...r.kernel.org,
Hannes Reinecke <hare@...e.de>
Subject: Re: [PATCH] scsi: elx: libefc: Prefer kcalloc over open coded arithmetic
On Sun, 5 Sep 2021 08:24:48 +0200, Len Baker wrote:
> As noted in the "Deprecated Interfaces, Language Features, Attributes,
> and Conventions" documentation [1], size calculations (especially
> multiplication) should not be performed in memory allocator (or similar)
> function arguments due to the risk of them overflowing. This could lead
> to values wrapping around and a smaller allocation being made than the
> caller was expecting. Using those allocations could lead to linear
> overflows of heap memory and other misbehaviors.
>
> [...]
Applied to 5.16/scsi-queue, thanks!
[1/1] scsi: elx: libefc: Prefer kcalloc over open coded arithmetic
https://git.kernel.org/mkp/scsi/c/0a5e20fc8ca7
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists