mirror of
https://github.com/git/git.git
synced 2026-02-22 07:44:55 +00:00
Some places use the standard malloc/strdup without checking if the allocation was successful; they should use xmalloc/xstrdup that check the memory allocation result. Signed-off-by: Dotan Barak <dotanba@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 KiB
14 KiB