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

This set of patches adds checks to ensure the node
size is valid before accessing it. In addition, error
messages are marked for translation.

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 | 49 +++++++++++++++++++++++++++++++-----------
 1 file changed, 36 insertions(+), 13 deletions(-)

-- 
2.39.1



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

end of thread, other threads:[~2023-04-25  5:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 17:59 [PATCH 0/4] Prevent out-of-bound reads Lidong Chen
2023-04-20 17:59 ` [PATCH 1/4] fs/hfsplus: Validate btree node size Lidong Chen
2023-04-20 22:08   ` Vladimir 'phcoder' Serbinenko
2023-04-20 17:59 ` [PATCH 2/4] fs/hfsplus: Prevent out of bound access in catalog file Lidong Chen
2023-04-20 22:09   ` Vladimir 'phcoder' Serbinenko
2023-04-24 20:48   ` Lidong Chen
2023-04-20 17:59 ` [PATCH 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access Lidong Chen
2023-04-20 22:07   ` Vladimir 'phcoder' Serbinenko
2023-04-25  5:06     ` Lidong Chen
2023-04-20 17:59 ` [PATCH 4/4] fs/hfsplus: Mark error strings for translation Lidong Chen
2023-04-20 22:03   ` Vladimir 'phcoder' Serbinenko
2023-04-21 13:10     ` Daniel Kiper
2023-04-21 18:14       ` Lidong Chen

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.