mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-22 07:03:29 +00:00
![]() This modifies most of the places we do some form of: X = malloc(Y * Z); to use calloc(Y, Z) instead. Among other issues, this fixes: - allocation of integer overflow in grub_png_decode_image_header() reported by Chris Coulson, - allocation of integer overflow in luks_recover_key() reported by Chris Coulson, - allocation of integer overflow in grub_lvm_detect() reported by Chris Coulson. Fixes: CVE-2020-14308 Signed-off-by: Peter Jones <pjones@redhat.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
.. | ||
boot | ||
lib | ||
bswap_test.c | ||
checksums.h | ||
cmdline_cat_test.c | ||
cmp_test.c | ||
ctz_test.c | ||
div_test.c | ||
example_functional_test.c | ||
fake_input.c | ||
gfxterm_menu.c | ||
legacy_password_test.c | ||
mul_test.c | ||
pbkdf2_test.c | ||
setjmp_test.c | ||
shift_test.c | ||
signature_test.c | ||
signatures.h | ||
sleep_test.c | ||
strtoull_test.c | ||
test_blockarg.c | ||
video_checksum.c | ||
videotest_checksum.c | ||
xnu_uuid_test.c |