]> git.neil.brown.name Git - wiggle.git/commit
Introduce xmalloc and use it.
authorNeil Brown <neilb@suse.de>
Mon, 7 May 2012 21:59:27 +0000 (07:59 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 7 May 2012 21:59:27 +0000 (07:59 +1000)
commite5c1505a466f5f5ec261a6ef72c9540922d1ba29
treea837763ccc23fc85c415cfd24bbd7e5ebfba89b4
parent4af43258646cc6e9b5a4065354b1e4bb9d059c79
Introduce xmalloc and use it.

Instead of sometimes calling die() when malloc fails and
sometimes not, introduce xmalloc() which always reports a message
and dies, and use it uniformly.

Signed-off-by: NeilBrown <neilb@suse.de>
bestmatch.c
diff.c
extract.c
load.c
merge2.c
patch_depends.c
split.c
vpatch.c
wiggle.c
wiggle.h