Skip to content
  1. Jun 21, 2012
    • Alexander Potapenko's avatar
      Actually intercept free() to ensure that the deallocations caused by other... · f9f2fbac
      Alexander Potapenko authored
      Actually intercept free() to ensure that the deallocations caused by other functions directly calling it are routed to our allocator.
      For the allocations that do not belong to any malloc zone check whether they're padded with a pointer to ASan's CFAllocator. If so, free the original (unpadded) pointer.
      This should fix AddressSanitizerMac.NSURLDeallocation and issue 70.
      
      llvm-svn: 158863
      f9f2fbac
  2. Jun 06, 2012
    • Alexey Samsonov's avatar
      [Sanitizer]: Introduce a common internal printf function. For now, also use... · 51ae9837
      Alexey Samsonov authored
      [Sanitizer]: Introduce a common internal printf function. For now, also use tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms).
      
      llvm-svn: 158065
      51ae9837
  3. Jun 04, 2012
  4. May 31, 2012
  5. Mar 29, 2012
  6. Mar 06, 2012
  7. Feb 08, 2012
  8. Jan 17, 2012
  9. Dec 02, 2011
  10. Dec 01, 2011
  11. Nov 30, 2011
Loading