]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Assertion fail at peicode.h:607
authorAlan Modra <amodra@gmail.com>
Tue, 15 Oct 2024 22:00:07 +0000 (08:30 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 16 Oct 2024 05:32:05 +0000 (16:02 +1030)
commit02d1e73bf63bb6d4e7c8b1eb35964cd2e00228d5
tree67f1dc324912f0b4f718982bce3cce2e52d90e18
parentbc85bc665a95b84aba854653b4289a3b1c4fbf05
Assertion fail at peicode.h:607

This is the assertion that vars->string_ptr < vars->end_string_ptr,
ie. when it fails we've overflowed the string buffer area.  Caused by
allocating space for import_name but writing symbol_name, and they can
be different.

* peicode.h (SIZEOF_ILF_STRINGS): Revert 042f14505e change.
bfd/peicode.h