All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Prevent out-of-bound reads
@ 2023-05-03 17:32 Lidong Chen
  2023-05-03 17:32 ` [PATCH v2 1/4] fs/hfsplus: Validate btree node size Lidong Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lidong Chen @ 2023-05-03 17:32 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, phcoder, lidong.chen

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-16 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03 17:32 [PATCH v2 0/4] Prevent out-of-bound reads Lidong Chen
2023-05-03 17:32 ` [PATCH v2 1/4] fs/hfsplus: Validate btree node size Lidong Chen
2023-05-03 17:32 ` [PATCH v2 2/4] fs/hfsplus: Prevent out of bound access in catalog file Lidong Chen
2023-05-03 17:32 ` [PATCH v2 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access Lidong Chen
2023-05-03 17:32 ` [PATCH v2 4/4] fs/hfsplus: Mark error strings for translation Lidong Chen
2023-05-16 13:43 ` [PATCH v2 0/4] Prevent out-of-bound reads Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.