[llvm-bugs] [Bug 44172] New: Provide a .so that overrides malloc/free with GWP-ASAN
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Nov 28 08:16:41 PST 2019
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=44172
            Bug ID: 44172
           Summary: Provide a .so that overrides malloc/free with GWP-ASAN
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: alex.gaynor at gmail.com
                CC: llvm-bugs at lists.llvm.org
It'd be very useful if GWP-ASAN included a .so that could trivially be
LD_PRELOAD'd to override malloc/free to use GWP-ASAN + fallback to libc's
malloc.
This would specifically make using GWP-ASAN in contexts such as
server-software, where the person doing the deployment uses OS provided
libraries such as OpenSSL or binaries like Python, and simply wants to easily
apply GWP-ASAN across their fleet.
-- 
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/20191128/d3dae72f/attachment.html>
    
    
More information about the llvm-bugs
mailing list