Skip to content
  1. Mar 25, 2013
  2. Mar 21, 2013
  3. Mar 20, 2013
  4. Mar 19, 2013
  5. Mar 14, 2013
  6. Mar 13, 2013
  7. Mar 11, 2013
  8. Feb 27, 2013
  9. Feb 20, 2013
  10. 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
  11. Feb 14, 2013
  12. Feb 04, 2013
  13. Feb 01, 2013
  14. Jan 30, 2013
  15. Jan 17, 2013
  16. Jan 15, 2013
  17. Jan 14, 2013
  18. Jan 09, 2013
  19. Dec 14, 2012
  20. Dec 13, 2012
  21. Dec 10, 2012
  22. Dec 07, 2012
  23. Dec 05, 2012
  24. Dec 03, 2012
  25. 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
  26. Nov 21, 2012
  27. Nov 20, 2012
Loading