1. 04 11月, 2015 1 次提交
    • B
      [util] In --debug mode, duplicate font data · 642135f3
      Behdad Esfahbod 提交于
      This has the effect that the font data will end up in a memory
      section malloc()ed exactly to its size.  This gives us better
      valgrind detection of out-of-bounds access.
      
      Previously, the font data was placed in a mmap()ed section or
      GString-allocated area, which didn't have proper protections
      at the end when running under valgrind.
      642135f3
  2. 03 11月, 2015 7 次提交
  3. 27 10月, 2015 1 次提交
  4. 22 10月, 2015 2 次提交
  5. 21 10月, 2015 9 次提交
  6. 20 10月, 2015 3 次提交
  7. 16 10月, 2015 2 次提交
  8. 15 10月, 2015 2 次提交
  9. 14 10月, 2015 1 次提交
  10. 13 10月, 2015 6 次提交
  11. 12 10月, 2015 2 次提交
  12. 10 10月, 2015 4 次提交