[Nasm-bugs] [Bug 3392654] Certain testcase with -felf -g results in segmentation fault

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed May 6 15:59:02 PDT 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392654

Chang S. Bae <chang.seok.bae at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |CLOSED

--- Comment #13 from Chang S. Bae <chang.seok.bae at intel.com> ---
The below commit should have resolved the issue:


commit  74b2731f2cef0f1ec8c0c6e6e3dee9492b851e8c
author  Chang S. Bae <chang.seok.bae at intel.com> 
Tue, 21 Apr 2020 09:23:39 +0000 (21 09:23 +0000)
committer       Chang S. Bae <chang.seok.bae at intel.com> 
Wed, 22 Apr 2020 00:05:56 +0000 (22 00:05 +0000)
outelf: Fix the section index for the debug output

The section information delivered to the debug output has an index of the
section table. The index should be different from the total number of
sections at the moment, the returned value from add_sectname(). So, fix the
value.

Fixes: b2004511ddde ("ELF: handle more than 32,633 sections")

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


More information about the Nasm-bugs mailing list