[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/4] Prevent out-of-bound reads
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v2 0/4] Prevent out-of-bound reads |
Date: |
Tue, 16 May 2023 15:43:38 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, May 03, 2023 at 05:32:16PM +0000, Lidong Chen wrote:
> v2:
> - patch 4/4: Only mark the informative errors for translation based on the
> comments.
> - patch 2/4: Include a reference to the fix in the patch 2/4 commit message.
> - No changes to the rest of 2 patches.
>
> Lidong Chen (4):
> fs/hfsplus: Validate btree node size
> fs/hfsplus: Prevent out of bound access in catalog file
> fs/hfsplus: Set grub errno to prevent NULL pointer access
> fs/hfsplus: Mark error strings for translation
>
> grub-core/fs/hfsplus.c | 33 ++++++++++++++++++++++++++++-----
> 1 file changed, 28 insertions(+), 5 deletions(-)
For all patches except #4 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>...
Vladimir convinced me that the last patch does not make a lot of sense...
Lidong, thank you for fixing these issues!
Daniel