1. 01 2月, 2018 3 次提交
    • B
      Fix typos. · 90218fa9
      Bruce Mitchener 提交于
      90218fa9
    • B
      [ot-layout] Fix nullptr dereference. · 148ca610
      Bruce Mitchener 提交于
      If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
      unlikely branch afterwards can be taken, which frees up the
      `hb_ot_layout_t`, but since those fields can now be `nullptr`, then
      we don't want to dereference them.
      148ca610
    • B
      [coretext] Fix memory leaks. · 0c66043a
      Bruce Mitchener 提交于
      In `reference_table`, if the data is empty and we return early,
      we still need to release the data object.
      
      In `hb_coretext_shape`, there two edge cases where an early
      return should release the attributed string.
      0c66043a
  2. 31 1月, 2018 4 次提交
  3. 30 1月, 2018 1 次提交
  4. 29 1月, 2018 2 次提交
  5. 27 1月, 2018 2 次提交
  6. 25 1月, 2018 1 次提交
  7. 23 1月, 2018 1 次提交
  8. 22 1月, 2018 4 次提交
  9. 20 1月, 2018 7 次提交
  10. 19 1月, 2018 4 次提交
  11. 18 1月, 2018 2 次提交
  12. 17 1月, 2018 2 次提交
  13. 16 1月, 2018 6 次提交
  14. 15 1月, 2018 1 次提交