]> git.proxmox.com Git - grub2.git/commit
deviceiter: Fix integer overflow in grub_util_iterate_devices
authorColin Watson <cjwatson@debian.org>
Fri, 24 Jul 2020 10:30:46 +0000 (11:30 +0100)
committerColin Watson <cjwatson@debian.org>
Sun, 26 Jul 2020 22:38:34 +0000 (23:38 +0100)
commit4bb7f63fd56a4b1408d871eadbdc24cd73c9e9ed
tree2e8a824c2b6bcbea4a8309162451d2c9e0ffda3a
parenta0c8532b48cc452d2afd7d27f05c43c68b7b3f5e
deviceiter: Fix integer overflow in grub_util_iterate_devices

This adjusts Debian's grub-mkdevicemap restoration patch to perform safe
allocation.

Signed-off-by: Colin Watson <cjwatson@debian.org>
Patch-Name: deviceiter-overflow.patch
util/deviceiter.c