grub/grub-core/lib/libgcrypt_wrap
Peter Jones 64e26162eb calloc: Make sure we always have an overflow-checking calloc() available
This tries to make sure that everywhere in this source tree, we always have
an appropriate version of calloc() (i.e. grub_calloc(), xcalloc(), etc.)
available, and that they all safely check for overflow and return NULL when
it would occur.

Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-07-29 16:55:47 +02:00
..
cipher_wrap.h Import libgcrypt 1.5.3. 2013-11-07 06:35:50 +01:00
mem.c calloc: Make sure we always have an overflow-checking calloc() available 2020-07-29 16:55:47 +02:00