Peter Jones f725fa7cb2 calloc: Use calloc() at most places
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>
2020-07-29 16:55:47 +02:00
..
2011-05-13 16:36:05 +02:00
2017-05-08 20:53:28 +02:00
2019-02-25 14:02:05 +01:00
2010-08-30 00:54:15 +02:00
2020-07-29 16:55:47 +02:00
2020-02-11 21:30:30 +01:00
2019-02-25 11:28:44 +01:00
2016-10-27 16:22:06 +02:00
2020-07-29 16:55:47 +02:00
2011-07-05 20:24:20 +02:00
2019-03-25 15:14:52 +01:00
2012-02-26 18:09:07 +01:00
2018-06-23 21:40:55 +02:00
2013-12-18 05:28:05 +01:00
2016-02-12 12:39:38 +01:00
2019-02-25 14:02:05 +01:00