mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 15:35:13 +00:00 
			
		
		
		
	|  f80ca28e20 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 | ||
|---|---|---|
| .. | ||
| sys | ||
| assert.h | ||
| ctype.h | ||
| errno.h | ||
| inttypes.h | ||
| langinfo.h | ||
| limits.h | ||
| localcharset.h | ||
| locale.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| unistd.h | ||
| wchar.h | ||
| wctype.h | ||