bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23142] New: objcopy: SIGSEGV in is_strip_section


From: paolo.montesel+sourceware at gmail dot com
Subject: [Bug binutils/23142] New: objcopy: SIGSEGV in is_strip_section
Date: Fri, 04 May 2018 18:06:07 +0000

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

            Bug ID: 23142
           Summary: objcopy: SIGSEGV in is_strip_section
           Product: binutils
           Version: 2.31 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: paolo.montesel+sourceware at gmail dot com
  Target Milestone: ---

Created attachment 10992
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10992&action=edit
crash

As part of a tool I'm writing I fuzzed binutils. The attached file makes
objcopy crash inside `is_strip_section`:

Program received signal SIGSEGV, Segmentation fault.
is_strip_section (address@hidden, abfd=0x72ef40) at objcopy.c:1352
1352            gname = gsym->name;
#0  is_strip_section (address@hidden, abfd=0x72ef40) at objcopy.c:1352
#1  0x0000000000406db5 in skip_section (ibfd=0x72ef40, isection=0x730950,
skip_copy=1) at objcopy.c:3849
#2  0x0000000000406e4f in copy_section (ibfd=0x72ef40, isection=0x730950,
obfdarg=0x7322e0) at objcopy.c:4026
#3  0x000000000042639c in bfd_map_over_sections (address@hidden,
address@hidden <copy_section>,
address@hidden) at section.c:1391
#4  0x0000000000408864 in copy_object (ibfd=<optimized out>, obfd=<optimized
out>, input_arch=<optimized out>) at objcopy.c:3057
#5  0x000000000040a63a in copy_file
(address@hidden "id:000010,sig:1"...,
address@hidden "/dev/null",
address@hidden, output_target=<optimized out>,
address@hidden, address@hidden) at objcopy.c:3532
#6  0x0000000000403334 in copy_main (argv=<optimized out>, argc=<optimized
out>) at objcopy.c:5484
#7  main (address@hidden, address@hidden) at objcopy.c:5588
#8  0x00007ffff7829830 in __libc_start_main (main=0x402ea0 <main>, argc=3,
argv=0x7fffffffdd88, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffdd78) at ../csu/libc-start.c:291
#9  0x00000000004055c9 in _start ()

Compiled and tried against a freshly cloned repo. It also works on Ubuntu
Xenial's binutils (2.26.1).

-- 
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]