[llvm-bugs] [Bug 40942] New: using ASAN together with ifunc resolvers

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Mar 3 14:58:34 PST 2019


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

            Bug ID: 40942
           Summary: using ASAN together with ifunc resolvers
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: oiskuu at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Created attachment 21557
  --> https://bugs.llvm.org/attachment.cgi?id=21557&action=edit
testcase

Using sanitizers appears to lead to problems with ifunc resolvers.

Compiling the attached testcase with -fsanitize=address produces an executable
that segfaults in the resolver function. Shouldn't the compiler infer proper
attributes for the ifunc resolver function?

-- 
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/20190303/1d93bb07/attachment.html>


More information about the llvm-bugs mailing list