]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sanity check n_numaux
authorAlan Modra <amodra@gmail.com>
Sun, 27 Aug 2023 03:21:24 +0000 (12:51 +0930)
committerAlan Modra <amodra@gmail.com>
Sun, 27 Aug 2023 04:27:41 +0000 (13:57 +0930)
commit398f1ddf5e89e066aeee242ea854dcbaa8eb9539
tree57b28604a2efaf7b0bd71e2d918c580ebc691be9
parent9cadc5fa8d2ed0310f182b4524367635730d7f73
sanity check n_numaux

Sanity check aux entries used by PE to extend a C_FILE name.  See
coffswap.h:coff_swap_aux_in.  The existing check only catered for
n_numaux == 1.

* coffcode.h (fill_comdat_hash): Properly sanity check n_numaux.
Formatting.
(handle_COMDAT): Formatting.
bfd/coffcode.h