f725fa7cb2
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> |
||
---|---|---|
.. | ||
font.c | ||
gfxmenu.c | ||
gui_box.c | ||
gui_canvas.c | ||
gui_circular_progress.c | ||
gui_image.c | ||
gui_label.c | ||
gui_list.c | ||
gui_progress_bar.c | ||
gui_string_util.c | ||
gui_util.c | ||
icon_manager.c | ||
theme_loader.c | ||
view.c | ||
widget-box.c |