From: Ian Lance Taylor Date: Tue, 14 Feb 1995 04:27:39 +0000 (+0000) Subject: * aoutx.h (NAME(aout,swap_ext_reloc_in)): Don't return a pointer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f9327360de98e459b3cd508d62c45212f371e27;p=binutils-gdb.git * aoutx.h (NAME(aout,swap_ext_reloc_in)): Don't return a pointer to garbage if the symbol index is out of range. (NAME(aout,swap_std_reloc_in)): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dfeb01d7d0f..5e70cb01dc9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 13 23:25:38 1995 Ian Lance Taylor + + * aoutx.h (NAME(aout,swap_ext_reloc_in)): Don't return a pointer + to garbage if the symbol index is out of range. + (NAME(aout,swap_std_reloc_in)): Likewise. + start-sanitize-arc Mon Feb 13 09:35:30 1995 Doug Evans