Ebrahim Byagowi
|
f95324a335
|
Merge pull request #1457 from harfbuzz/cff-varstore-sanitize
[CFF] oss-fuzz issue 11713 (CFF2VariationStore::serialize)
|
6 years ago |
Behdad Esfahbod
|
6727c4b6f0
|
Merge pull request #1456 from harfbuzz/cff-subr-sanitize
[CFF] fix oss-fuzz issue 11691 (BlendArg::set_blends)
|
6 years ago |
Michiharu Ariza
|
9d8f3b0dfb
|
add minimized test case for oss-fuzz issue 11713
|
6 years ago |
Michiharu Ariza
|
c31092ab34
|
sanitize variationStore in CFF2 against its size
|
6 years ago |
Michiharu Ariza
|
34e3ef8ff3
|
Merge branch 'master' into cff-subr-sanitize
|
6 years ago |
Michiharu Ariza
|
72d8f76368
|
add minimized test case for oss-fuzz issue 11691
|
6 years ago |
Behdad Esfahbod
|
d9dabc00e9
|
Merge pull request #1454 from harfbuzz/cff-fixbcd
[CFF] fix oss-fuzz issue 11674: parse_bcd
|
6 years ago |
Behdad Esfahbod
|
81cfd3c775
|
Merge pull request #1455 from harfbuzz/cff-strinc_assert
[CFF] fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
|
6 years ago |
Michiharu Ariza
|
6dcfda92c1
|
sanitize CFF1 & CFF2 global subrs
|
6 years ago |
Michiharu Ariza
|
6708c5595f
|
fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
Also added an additional error check to avail ()
|
6 years ago |
Michiharu Ariza
|
010e2ddb38
|
minimized test case for oss-fuzz issue 11674
|
6 years ago |
Michiharu Ariza
|
2cb9d4c183
|
Merge branch 'master' into cff-fixbcd
|
6 years ago |
Michiharu Ariza
|
a5fa843c74
|
fixed a bug with fractional part in a negative value
|
6 years ago |
Ebrahim Byagowi
|
8394a6cb25
|
[os2] Make newer table fields accessible (#1452)
|
6 years ago |
Ebrahim Byagowi
|
5ab086ebb1
|
[fdsc] Implement the table parsing
Related to https://github.com/harfbuzz/harfbuzz/issues/1337
May used in addition to an API related to STAT.
Lots of Apple fonts have it.
|
6 years ago |
Ebrahim Byagowi
|
8f80e53341
|
[gasp] Implement the table parsing
May or may not be used in https://github.com/harfbuzz/harfbuzz/pull/1432
|
6 years ago |
Ebrahim Byagowi
|
79e7e3445e
|
Merge pull request #1449 from harfbuzz/cff-fixcharset
[CFF] fix for oss-fuzz 11657: Charset overrun
|
6 years ago |
Ebrahim Byagowi
|
cf4b7db6b1
|
Merge pull request #1448 from harfbuzz/cff-leak
[CFF] fix leak: oss-fuzz 11662
|
6 years ago |
Michiharu Ariza
|
620d1ef588
|
fix unsigned long const
|
6 years ago |
Michiharu Ariza
|
28dfb4c142
|
fix signed/unsigned comparison
|
6 years ago |
Michiharu Ariza
|
f9cee08edd
|
use sized int types in parse_bcd
|
6 years ago |
Michiharu Ariza
|
c01a5f32a3
|
refix
|
6 years ago |
Michiharu Ariza
|
755fefc921
|
fix bug
|
6 years ago |
Michiharu Ariza
|
0e81b153af
|
fix typo
|
6 years ago |
Michiharu Ariza
|
85d4b15cd8
|
include float.h
|
6 years ago |
Michiharu Ariza
|
5a7c371e4c
|
check overflow & clamp
|
6 years ago |
Michiharu Ariza
|
32cc46c75a
|
[CFF] fix oss-fuzz issue 11670: NULL dereference (#1450)
* guard against no subr access
* code tweak
* add minimized testcase for oss-fuzz 11670 (Null deference)
|
6 years ago |
Michiharu Ariza
|
78f639b8bf
|
added minimized testcase for oss-fuzz issue 11657
|
6 years ago |
Michiharu Ariza
|
d3d2f32c6e
|
fix oss-fuzz 11657: buffer overrun
Check overrun in Charset1_2::get_glyph
|
6 years ago |
Ebrahim Byagowi
|
d0a250a7b1
|
Reuse hb_aat_layout_has_* logic in coretext-aat detection logic (#1442)
|
6 years ago |
Michiharu Ariza
|
803d2f92dc
|
Merge branch 'master' into cff-leak
|
6 years ago |
Michiharu Ariza
|
6ce8d10b45
|
add unlikely to error handling
|
6 years ago |
Michiharu Ariza
|
b61f74f69a
|
added minimized test case for oss-fuzz issue 11662
|
6 years ago |
Michiharu Ariza
|
0b952e6026
|
more leak fixes
|
6 years ago |
Ebrahim Byagowi
|
c775adc138
|
Merge pull request #1444 from harfbuzz/cff-assert
removed assert, fixes https://github.com/harfbuzz/harfbuzz/issues/1443
|
6 years ago |
Michiharu Ariza
|
9473463f5c
|
fix attempt for oss-fuzz 11662 leak
|
6 years ago |
Michiharu Ariza
|
04f2ca9421
|
removed assert
|
6 years ago |
Behdad Esfahbod
|
c968869f21
|
Merge pull request #1441 from harfbuzz/cff-doublenum
use double as CFF Number implementation
|
6 years ago |
Michiharu Ariza
|
c48f53d309
|
more double changes
|
6 years ago |
Michiharu Ariza
|
9424e80526
|
added minimized test cases
|
6 years ago |
Michiharu Ariza
|
5fff6ab002
|
additional precision made a difference in extents test
|
6 years ago |
Michiharu Ariza
|
9e5180cd44
|
more double changes
|
6 years ago |
Michiharu Ariza
|
9af33d7a2a
|
Number to use double for all types
|
6 years ago |
Behdad Esfahbod
|
8c05b955eb
|
Merge pull request #1439 from ebraminio/tracking
[aat] Expose hb_aat_layout_has_tracking API
|
6 years ago |
Ebrahim Byagowi
|
01f628cf55
|
[aat] Expose hb_aat_layout_has_tracking API
|
6 years ago |
Behdad Esfahbod
|
d19b1680b5
|
[aat] Expose a couple APIs
New API:
+hb_aat_layout_has_substitution()
+hb_aat_layout_has_positioning()
|
6 years ago |
Behdad Esfahbod
|
84efe0438e
|
[aat] Fix division sign fallout
Happened after 11d2f49af8
since now nClasses is unsigned int...
|
6 years ago |
Behdad Esfahbod
|
2087f5a2a7
|
Add casts to hb_array_t<>
|
6 years ago |
Behdad Esfahbod
|
58d4d19947
|
Simplify build source list
|
6 years ago |
Behdad Esfahbod
|
967a204ee9
|
Minor
|
6 years ago |