1. 02 8月, 2018 1 次提交
  2. 23 7月, 2018 1 次提交
    • B
      Add sanitizer reference_table, also fix clang build · e7737b41
      Behdad Esfahbod 提交于
      Clang is being really peculiar.  Fix with:
      
      -  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); }
      +  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
      e7737b41
  3. 31 5月, 2018 1 次提交
  4. 02 5月, 2018 2 次提交
  5. 27 3月, 2018 1 次提交
    • G
      [subset] Couple of fixes for fuzzer discovered issues. (#924) · 07851aae
      Garret Rieger 提交于
      * [subset] sanitize individual DeviceRecord's as part of hdmx sanitization.
      
      * [subset] Fix out of bounds read with non-two byte align glyphs.
      
      * [subset] Just use size_device_record >= DeviceRecord::min_size.
      
      * [subset] Add TODO.
      
      * [subset] Re-order checks in hdmx sanitize.
      07851aae
  6. 21 3月, 2018 2 次提交
  7. 01 3月, 2018 2 次提交
  8. 28 2月, 2018 1 次提交
  9. 27 2月, 2018 1 次提交
  10. 24 2月, 2018 4 次提交
  11. 22 2月, 2018 1 次提交
  12. 21 2月, 2018 2 次提交
  13. 17 2月, 2018 1 次提交
  14. 15 2月, 2018 1 次提交
  15. 14 2月, 2018 1 次提交
  16. 13 2月, 2018 3 次提交
  17. 11 2月, 2018 5 次提交
  18. 10 2月, 2018 3 次提交
  19. 09 2月, 2018 6 次提交
  20. 08 2月, 2018 1 次提交