[llvm-bugs] [Bug 32405] New: Mach-O export trie stuck in loop

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 24 03:03:39 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32405

            Bug ID: 32405
           Summary: Mach-O export trie stuck in loop
           Product: libraries
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Object
          Assignee: unassignedbugs at nondot.org
          Reporter: xbandz00 at stud.fit.vutbr.cz
                CC: llvm-bugs at lists.llvm.org

Created attachment 18164
  --> https://bugs.llvm.org/attachment.cgi?id=18164&action=edit
example binary

Iteration over Mach-O export trie gets stuck on some binaries.

Example binary is included as attachment - possible start to see the bug:
llvm-objdump stuck.dat --exports-trie.

Output is:
/home/xxx/stuck.dat:    file format Mach-O 64-bit x86-64

Exports trie:
0x00000003  start
0x00000003  start
0x00000003  start
0x00000003  start
0x00000003  start
0x00000003  start
0x00000003  start
... (goes forever)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170324/9c1154a3/attachment.html>


More information about the llvm-bugs mailing list