e
>
> Cc: Cédric Le Goater
> Subject: Re: [PATCH v2 1/2] aspeed/soc: Fix possible divide by zero
>
> On 6/25/24 8:15 AM, Jamin Lin wrote:
> > Hi cmd, Cedric and Peter,
> >
> >> -Original Message-
> >> From: cmd
> >> Sent: Tuesday,
here
Cc: Cédric Le Goater
Subject: Re: [PATCH v2 1/2] aspeed/soc: Fix possible divide by zero
On 25/06/2024 08:03, Cédric Le Goater wrote:
On 6/25/24 8:00 AM, cmd wrote:
Hi
On 25/06/2024 03:50, Jamin Lin via wrote:
Coverity reports a possible DIVIDE_BY_ZERO issue regarding the
"ram
here
>
> Cc: Cédric Le Goater
> Subject: Re: [PATCH v2 1/2] aspeed/soc: Fix possible divide by zero
>
>
> On 25/06/2024 08:03, Cédric Le Goater wrote:
> > On 6/25/24 8:00 AM, cmd wrote:
> >> Hi
> >>
> >> On 25/06/2024 03:50, Jamin Lin via
On 25/06/2024 08:03, Cédric Le Goater wrote:
On 6/25/24 8:00 AM, cmd wrote:
Hi
On 25/06/2024 03:50, Jamin Lin via wrote:
Coverity reports a possible DIVIDE_BY_ZERO issue regarding the
"ram_size" object property. This can not happen because RAM has
predefined valid sizes per SoC. Nevertheless
On 6/25/24 8:00 AM, cmd wrote:
Hi
On 25/06/2024 03:50, Jamin Lin via wrote:
Coverity reports a possible DIVIDE_BY_ZERO issue regarding the
"ram_size" object property. This can not happen because RAM has
predefined valid sizes per SoC. Nevertheless, add a test to
close the issue.
Fixes: Coverit
Hi
On 25/06/2024 03:50, Jamin Lin via wrote:
Coverity reports a possible DIVIDE_BY_ZERO issue regarding the
"ram_size" object property. This can not happen because RAM has
predefined valid sizes per SoC. Nevertheless, add a test to
close the issue.
Fixes: Coverity CID 1547113
Signed-off-by: Jam