[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] msdos: Fix overflow in converting partition start and length
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] msdos: Fix overflow in converting partition start and length into 512B blocks |
Date: |
Wed, 19 Sep 2018 15:46:59 +0200 |
User-agent: |
Mutt/1.3.28i |
On Thu, Sep 13, 2018 at 04:08:20PM +0800, Michael Chang wrote:
> When booting from NVME SSD with 4k sector size, it fails with the message.
>
> error: attempt to read or write outside of partition.
>
> This patch fixes the problem by fixing overflow in converting partition start
> and length into 512B blocks.
>
> Signed-off-by: Michael Chang <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel