- 20 12月, 2018 1 次提交
-
-
由 fanc999 提交于
* src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t The llu suffix does not work for older Visual Studio versions (pre-2013), but ull works for all the compilers that we attempt to support. * test/api: Fix build on pre-C99 compilers Ensure variables are declared at the top of the block. * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8 Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to int8_t) to be equivilant to signed char, so the compiler cannot find the corresponding hb_is_signed<> specialization that is needed. The interesting thing is unsigned __int8 is considered to be equivilant to unsigned char, so as the other types (short, int, long) that we look for here, so only the specialization for __int8 is added here. This will fix builds on Visual Studio 2008 at least.
-
- 13 12月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
* Update hb-ot-cff-common.hh * fix bug * bummer fix wasn't hit. refix * additional sanity check * Added test cases for oss-fuzz issues 11805, 11806
-
由 Michiharu Ariza 提交于
* add fd index checks to subr subsetter also added oss-fuzz test case * undid SubrSubsetParam::is_valid because already validated by SubrClosures.valid
-
- 12 12月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Michiharu Ariza 提交于
* fix oss-fuzz 11690: substr.offset >= opStart detect recursive subroutine call & handle as error * fix build failure * add minimized test case for oss-fuzz 11690 * removed asserts
-
由 David Corbett 提交于
-
由 Chun-wei Fan 提交于
Ensure variables are declared at the top of the block.
-
- 06 12月, 2018 5 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
Also added an additional error check to avail ()
-
由 Michiharu Ariza 提交于
-
- 05 12月, 2018 3 次提交
-
-
由 Michiharu Ariza 提交于
* guard against no subr access * code tweak * add minimized testcase for oss-fuzz 11670 (Null deference)
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
- 04 12月, 2018 4 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Ebrahim Byagowi 提交于
-
- 03 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Happened after 11d2f49a since now nClasses is unsigned int...
-
- 02 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 11月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
As run-tests.py already adds it
-
由 Behdad Esfahbod 提交于
-
- 29 11月, 2018 4 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
It is not visually noticeable but apparently affected by kern format2 correct implementation. I should've checked CoreText result which can't as CircleCI outage.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 26 11月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 25 11月, 2018 12 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-