Khaled Hosny
|
5091ea7e24
|
Merge pull request #2733 from astiob/buffer-context-doc
[docs] Describe buffer context applicability more explicitly
|
4 years ago |
Ebrahim Byagowi
|
057769b1a3
|
[fuzzer] minor
|
4 years ago |
Ebrahim Byagowi
|
679fac87df
|
Skip hb_shape if buffer object is immutable
|
4 years ago |
Ebrahim Byagowi
|
48ad745996
|
[ENOMEM] Fix buffer's content check logic
So now rest of shape fuzzer also can be enabled.
Fixes #2571
|
4 years ago |
Ebrahim Byagowi
|
c33e8006fd
|
[fuzz] Implement failing allocator
|
4 years ago |
Ebrahim Byagowi
|
0881611778
|
[fuzzer] Make some use for test_font API calls
Making some use for result of some of the test_font calls to make
sure compilers in fuzzers aren't just optimizing the calls.
|
4 years ago |
Ebrahim Byagowi
|
558f922788
|
[fuzz] Avoid empty memcpy and ubsan complain by length checking before memcpy
|
5 years ago |
Ebrahim Byagowi
|
152000d9c7
|
[fuzz] Practice variations on font object
|
5 years ago |
Bruce Mitchener
|
5846884f86
|
test: Use nullptr in C++ code. (#1744)
|
6 years ago |
Behdad Esfahbod
|
0bf76154f1
|
[fuzzing] Take whatever text we can
|
6 years ago |
Behdad Esfahbod
|
8790b2740a
|
[fuzzing] Fix test
|
6 years ago |
Behdad Esfahbod
|
6482fda519
|
[fuzzing] Fuzz glyph-id etc in test-ot-face
|
6 years ago |
Behdad Esfahbod
|
bce437cf0b
|
[test] Call test-ot-face.c test from hb-shape-fuzzer
Should increase coverage...
|
6 years ago |
Behdad Esfahbod
|
69297bb216
|
[fuzzing] Call hb-ot-color API
|
6 years ago |
Ebrahim Byagowi
|
bccd09d6c7
|
Minor, tweak spaces on hb-shape-fuzzer.cc
|
6 years ago |
Garret Rieger
|
0ce0f87812
|
[subset] Rename hb-fuzzer -> hb-shape-fuzzer.
|
7 years ago |
Behdad Esfahbod
|
a0688e8e7b
|
Ouch, finish previous change
|
8 years ago |
Behdad Esfahbod
|
8c842e4a44
|
[hb-fuzzer] Get glyph extents for output glyphs
To exercise glyph-extents codepaths (glyf / CBLC+CBDT).
|
8 years ago |
Behdad Esfahbod
|
2735555c6b
|
[fuzzing] Add TODO item
|
9 years ago |
Behdad Esfahbod
|
505b7d4732
|
[fuzzing] Fuzz input text
Very rudimentary right now, but will get kcc's bot going.
From
https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
|
9 years ago |
Behdad Esfahbod
|
19300183a6
|
[fuzzing] Add build system
|
9 years ago |
Behdad Esfahbod
|
c1a5dc46c2
|
[fuzz] Add fuzzing script from kcc@
https://github.com/behdad/harfbuzz/issues/139
|
9 years ago |