mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-07 04:29:38 +00:00
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> Patch-Name: safe-alloc-2.patch |
||
|---|---|---|
| .. | ||
| config.h | ||
| console.h | ||
| exec.h | ||
| getroot.h | ||
| hostdisk.h | ||
| hostfile.h | ||
| misc.h | ||
| net.h | ||