- 01 2月, 2018 3 次提交
-
-
由 Bruce Mitchener 提交于
-
由 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.
-
由 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.
-
- 31 1月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Remove the faulty loop-detection logic. Use max-ops for breaking out of infinite loops or heavy work. https://twitter.com/behdadesfahbod/status/958065026262183936
-
由 Behdad Esfahbod 提交于
-
- 30 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 29 1月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 David Corbett 提交于
-
- 27 1月, 2018 2 次提交
-
-
-
由 bungeman 提交于
Issue originally reported at http://cppfiles.com/chromium.txt . This fixes what appears to be a copy - paste issue which causes both KernSubTableFormat2::rightClassTable and the 'right' argument to KernSubTableFormat2::get_kerning to go unused.
-
- 25 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 23 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 22 1月, 2018 4 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Bruce Mitchener 提交于
-
- 20 1月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We form the Zapfino ligature now. Yay! No further testing done.
-
由 Behdad Esfahbod 提交于
For run-time checking.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 19 1月, 2018 4 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Cosimo Lupo 提交于
"Hatran is written from right to left horizontally" http://www.unicode.org/L2/L2012/12312-n4324-hatran.pdf This ancient script was added with Unicode 8.0. Also this spreadsheet (referenced in an inline comment in the source code) has it as RTL: http://goo.gl/x9ilM
-
由 Ebrahim Byagowi 提交于
-
由 David Corbett 提交于
-
- 18 1月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 17 1月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 rdb 提交于
-
- 16 1月, 2018 6 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
Really, need better way to catch these :(.
-
由 Behdad Esfahbod 提交于
Fixes https://oss-fuzz.com/v2/testcase-detail/5216838347653120 which is a stack overflow, not by way of infinite recursion, just being deep. That's disallowed anyway, so catch it as it happens, not afterwards.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-