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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to