All of lore.kernel.org
 help / color / mirror / Atom feed
* GRUB coverity fixes for CIDs 314020 and 314023
@ 2022-06-02 15:18 Jagannathan Raman
  2022-06-02 15:18 ` [PATCH 1/2] fs/zfs/zfs.c: make_mdn() - avoid pointer downcasting Jagannathan Raman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jagannathan Raman @ 2022-06-02 15:18 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, darren.kenny, alec.r.brown

Hi,

This series addresses a couple of untrusted loop bounds flagged by
Coverity in "grub-core/fs/zfs". Both the bugs addressed in this series
are of the same type - caused by downcast of pointer from a strict type
to a less strict type.

Please share your thoughts on this.

Thank you!
--
Jag

Jagannathan Raman (2):
  fs/zfs/zfs.c: make_mdn() - avoid pointer downcasting
  fs/zfs/zfs.c: zfs_mount() - avoid pointer downcasting

 grub-core/fs/zfs/zfs.c | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2022-06-06 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-02 15:18 GRUB coverity fixes for CIDs 314020 and 314023 Jagannathan Raman
2022-06-02 15:18 ` [PATCH 1/2] fs/zfs/zfs.c: make_mdn() - avoid pointer downcasting Jagannathan Raman
2022-06-02 15:18 ` [PATCH 2/2] fs/zfs/zfs.c: zfs_mount() " Jagannathan Raman
2022-06-03 13:12 ` GRUB coverity fixes for CIDs 314020 and 314023 Darren Kenny
2022-06-06 18:42   ` 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.