Skip to content
  1. Mar 13, 2013
  2. Mar 11, 2013
  3. Feb 27, 2013
  4. Feb 20, 2013
  5. Feb 19, 2013
    • Evgeniy Stepanov's avatar
      [msan] Fix ReExec on linux. · adaca585
      Evgeniy Stepanov authored
      execle(argv[0], ...) is wrong, because argv[0] may contain a PATH-resolvable
      program name. Execute /proc/self/exe instead.
      
      llvm-svn: 175504
      adaca585
  6. Feb 14, 2013
  7. Feb 04, 2013
  8. Feb 01, 2013
  9. Jan 30, 2013
  10. Jan 17, 2013
  11. Jan 15, 2013
  12. Jan 14, 2013
  13. Jan 09, 2013
  14. Dec 14, 2012
  15. Dec 13, 2012
  16. Dec 10, 2012
  17. Dec 07, 2012
  18. Dec 05, 2012
  19. Dec 03, 2012
  20. Dec 01, 2012
    • Alexander Potapenko's avatar
      Add caching to the MemoryMappingLayout class on Linux. This is necessary for... · 78114258
      Alexander Potapenko authored
      Add caching to the MemoryMappingLayout class on Linux. This is necessary for the cases when a sandbox prevents ASan from reading the mappings
      from /proc/self/maps.
      The mappings are currently being cached on each access to /proc/self/maps. In the future we'll need to add an API that allows the client to notify ASan about the sandbox.
      
      llvm-svn: 169076
      78114258
  21. Nov 21, 2012
  22. Nov 20, 2012
  23. Nov 19, 2012
  24. Nov 14, 2012
  25. Nov 09, 2012
  26. Oct 02, 2012
  27. Sep 17, 2012
  28. Sep 05, 2012
  29. Aug 27, 2012
Loading