bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30152] a couple of incorrect error messages (minor)


From: address@hidden
Subject: [Bug binutils/30152] a couple of incorrect error messages (minor)
Date: Wed, 22 Feb 2023 09:01:07 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30152

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
The actual check is:

  number = section->sh_size / section->sh_entsize;

  if (number * sizeof (Elf64_External_Sym) > section->sh_size + 1)

which fails since your symtab uses ELF32 symbols.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]