From: Richard Henderson Date: Tue, 19 Aug 1997 03:48:22 +0000 (+0000) Subject: * macro.c (check_macro): use alloca instead of xmalloc to plug leak. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c631cd59ddd00e76f99d41caf838b74e172dec2c;p=binutils-gdb.git * macro.c (check_macro): use alloca instead of xmalloc to plug leak. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4fc7d1182ad..33c6c04652b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 18 20:42:23 1997 Richard Henderson + + * macro.c (check_macro): use alloca instead of xmalloc to plug leak. + Mon Aug 18 20:33:06 1997 Richard Henderson * as.c (show_usage): Add -am.