1. 16 2月, 2019 2 次提交
  2. 15 2月, 2019 12 次提交
  3. 31 1月, 2019 2 次提交
    • B
      [iter] Fix mystery crash · 2d940946
      Behdad Esfahbod 提交于
      Fuzzer caught it:
      
      ==14==ERROR: AddressSanitizer: stack-use-after-return on address 0x7fca2ed7a3e0 at pc 0x0000006057aa bp 0x7ffc3290f1d0 sp 0x7ffc3290f1c8
      READ of size 4 at 0x7fca2ed7a3e0 thread T0
      SCARINESS: 55 (4-byte-read-stack-use-after-return)
          #0 0x6057a9 in OT::SingleSubstFormat2::subset(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:194:40
          #1 0x5ff921 in hb_subset_context_t::return_t OT::SingleSubst::dispatch<hb_subset_context_t>(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:256:13
      
      I can't reproduce locally, but many of the bots are failing because of this
      as well.
      
      It's a pity that operator-> must return pointer.  Ugh.  Why?!
      2d940946
    • B
      [iter] Warning fix · 7c292c08
      Behdad Esfahbod 提交于
      Not sure why I don't get it, but this warning:
      
      warning: base class ‘struct hb_iter_fallback_mixin_t<hb_array_t<const OT::UVSMapping>, const OT::UVSMapping&>’ should be explicitly initialized in the copy constructor [-Wextra]
      7c292c08
  4. 30 1月, 2019 5 次提交
  5. 29 1月, 2019 4 次提交
  6. 27 1月, 2019 8 次提交
  7. 22 1月, 2019 1 次提交
  8. 21 1月, 2019 6 次提交