diff options
author | 2008-09-09 21:57:10 +0300 | |
---|---|---|
committer | 2008-09-09 16:28:05 -0700 | |
commit | e8eec71d6e79c176d34dc8fda8780ed4dee447a2 (patch) | |
tree | 67faf2bc865ed17e29ab2ad042a526bc6383a7e3 /git-gui | |
parent | refs: improve comments about "reading" argument of "resolve_ref" (diff) | |
download | tgif-e8eec71d6e79c176d34dc8fda8780ed4dee447a2.tar.xz |
Use xmalloc() and friends to catch allocation failures
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>
Diffstat (limited to 'git-gui')
0 files changed, 0 insertions, 0 deletions