[HarfBuzz] harfbuzz: Branch 'master' - 2 commits
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Oct 16 23:19:04 UTC 2018
src/hb-aat-layout-ankr-table.hh | 2 +-
test/fuzzing/fonts/clusterfuzz-testcase-6107935408390144 |binary
test/fuzzing/fonts/clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5973566991106048 |binary
test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-shape-fuzzer-5633985665826816 |binary
4 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1147ce2392ac6b3d12fdabe69ac5da9bae97e30d
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Oct 16 16:18:32 2018 -0700
[fuzzing] Add more tests
diff --git a/test/fuzzing/fonts/clusterfuzz-testcase-6107935408390144 b/test/fuzzing/fonts/clusterfuzz-testcase-6107935408390144
new file mode 100644
index 00000000..4c81a866
Binary files /dev/null and b/test/fuzzing/fonts/clusterfuzz-testcase-6107935408390144 differ
diff --git a/test/fuzzing/fonts/clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5973566991106048 b/test/fuzzing/fonts/clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5973566991106048
new file mode 100644
index 00000000..984bb4bd
Binary files /dev/null and b/test/fuzzing/fonts/clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5973566991106048 differ
diff --git a/test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-shape-fuzzer-5633985665826816 b/test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-shape-fuzzer-5633985665826816
new file mode 100644
index 00000000..387d7fd4
Binary files /dev/null and b/test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-shape-fuzzer-5633985665826816 differ
commit 12cbe195ae65656dbc9e32b4d50696bc4223136b
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Oct 16 16:13:53 2018 -0700
[aat] Another non-null offset
diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh
index f9bd30ff..2e3ed275 100644
--- a/src/hb-aat-layout-ankr-table.hh
+++ b/src/hb-aat-layout-ankr-table.hh
@@ -84,7 +84,7 @@ struct ankr
HBUINT16 flags; /* Flags (currently unused; set to zero) */
LOffsetTo<Lookup<Offset<HBUINT16, false> >, false>
lookupTable; /* Offset to the table's lookup table */
- LOffsetTo<HBUINT8>
+ LOffsetTo<HBUINT8, false>
anchorData; /* Offset to the glyph data table */
public:
More information about the HarfBuzz
mailing list