Skip to content
  1. Nov 06, 2013
  2. Nov 05, 2013
  3. Nov 04, 2013
  4. Nov 02, 2013
    • Rui Ueyama's avatar
      [MachO] Fix uninitialized field bug found on Windows. · d19d0bc5
      Rui Ueyama authored
      n_desc field in MachO string table was not initialized. On Unix,
      test/darwin/hello-world.objtxt did not fail because I think an nlist object
      is always allocated to a fresh heap initialized with zeros. On Windows,
      uninitialized fields are filled with 0xCC when compiled with /GZ. Because
      of that the test was failing on Windows.
      
      llvm-svn: 193909
      d19d0bc5
  5. Nov 01, 2013
  6. Oct 31, 2013
  7. Oct 30, 2013
  8. Oct 29, 2013
  9. Oct 28, 2013
  10. Oct 27, 2013
    • Chandler Carruth's avatar
      Rather than rendering an argument to a std::string (which is primarily · 9204c831
      Chandler Carruth authored
      intended for debugging and diagnostic output), just inspect the spelling
      to check for specific prefixes in drectve section flags.
      
      In addition to being significantly cheaper and not relying on
      a debugging interface, this also avoids creating a temporary string and
      binding it to StringRef variable. We then went on to access it after the
      memory had been deallocated.
      
      This bug too was caught by ASan. I love ASan so much. =]
      
      llvm-svn: 193487
      9204c831
  11. Oct 26, 2013
  12. Oct 25, 2013
Loading