64e2616 calloc: Make sure we always have an overflow-checking calloc() available

7 files Authored by pjones 3 years ago, Committed by Daniel Kiper 3 years ago,
    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>
    
        
file modified
+12 -0
file modified
+10 -0
file modified
+40 -0
file modified
+1 -0
file modified
+6 -0