From 398058a8738fc6a2f0051b236a907cb621aefabc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 01:24:19 -0400 Subject: Use xcalloc() in hash.c to handle out of memory errors. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9c3167..c962810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-05-17 Paul Smith + * hash.c (CALLOC): Use xcalloc() to handle out of memory errors. + * makeint.h: Prototype new unload_file() function. * load.c (unload_file): Create a function to unload a file. (struct load_list): Type to remember loaded objects. -- cgit v1.2.3