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: unassignedb...@nondot.org
          Reporter: ois...@gmail.com
                CC: htmldevelo...@gmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to