grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Prevent out-of-bound reads


From: Lidong Chen
Subject: [PATCH 0/4] Prevent out-of-bound reads
Date: Thu, 20 Apr 2023 17:59:35 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]