Skip to content
Snippets Groups Projects
Commit f80ca28e authored by Peter Jones's avatar Peter Jones Committed by Colin Watson
Browse files

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: default avatarPeter Jones <pjones@redhat.com>
Reviewed-by: default avatarDaniel Kiper <daniel.kiper@oracle.com>

Patch-Name: safe-alloc-2.patch
parent 016977ed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment