[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] Prevent out-of-bound reads
From: |
Lidong Chen |
Subject: |
[PATCH v2 0/4] Prevent out-of-bound reads |
Date: |
Wed, 3 May 2023 17:32:16 +0000 |
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(-)
--
2.39.1
- [PATCH v2 0/4] Prevent out-of-bound reads,
Lidong Chen <=
- [PATCH v2 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access, Lidong Chen, 2023/05/03
- [PATCH v2 2/4] fs/hfsplus: Prevent out of bound access in catalog file, Lidong Chen, 2023/05/03
- [PATCH v2 4/4] fs/hfsplus: Mark error strings for translation, Lidong Chen, 2023/05/03
- [PATCH v2 1/4] fs/hfsplus: Validate btree node size, Lidong Chen, 2023/05/03
- Re: [PATCH v2 0/4] Prevent out-of-bound reads, Daniel Kiper, 2023/05/16