From: Lidong Chen <lidong.chen@oracle.com>
To: grub-devel@gnu.org
Cc: daniel.kiper@oracle.com, phcoder@gmail.com, lidong.chen@oracle.com
Subject: [PATCH v2 0/4] Prevent out-of-bound reads
Date: Wed, 3 May 2023 17:32:16 +0000 [thread overview]
Message-ID: <cover.1683134077.git.lidong.chen@oracle.com> (raw)
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
next reply other threads:[~2023-05-03 17:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-03 17:32 Lidong Chen [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1683134077.git.lidong.chen@oracle.com \
--to=lidong.chen@oracle.com \
--cc=daniel.kiper@oracle.com \
--cc=grub-devel@gnu.org \
--cc=phcoder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.