├── .gitignore ├── .gitmodules ├── .travis.yml ├── LICENSE ├── README.md └── fuzzing ├── CMakeLists.txt ├── README.md ├── corpora ├── bdf-render │ └── bungeman │ │ ├── HangingS-16.bdf │ │ └── README.md ├── bdf │ └── bungeman │ │ ├── HangingS-16.bdf │ │ └── README.md ├── bzip2 │ └── cherusker │ │ ├── freetype.ico.bz2 │ │ ├── hello-world.txt.bz2 │ │ └── lorem-ipsum.txt.bz2 ├── cff-ftengine │ ├── bungeman │ │ ├── HangingS.otf │ │ ├── HangingS_cid.otf │ │ └── README.md │ └── oss-fuzz │ │ ├── 10028-5701638879182848-integer-overflow │ │ ├── 10057-5749585679482880-integer-overflow │ │ ├── 10080-5695972307369984-timeout │ │ ├── 10083-5637651282001920-integer-overflow │ │ ├── 10215-5718017611137024-integer-overflow │ │ ├── 10396-5636085120499712-integer-overflow │ │ ├── 10550-5638135967383552-integer-overflow │ │ ├── 10740-5681148265496576-integer-overflow │ │ ├── 10768-5693560037310464-null-dereference │ │ ├── 11157-5709686410575872-unknown-read │ │ ├── 11159-5640056719540224-integer-overflow │ │ ├── 11915-5667793979047936-integer-overflow │ │ ├── 13041-5719186263769088-integer-overflow │ │ ├── 5119411315802112-null-dereference │ │ ├── 5151959483940864-null-dereference │ │ ├── 5694801205788672-null-dereference │ │ ├── 5723673720782848-stack-buffer-overflow │ │ └── README.md ├── cff-render-ftengine │ ├── bungeman │ │ ├── HangingS.otf │ │ ├── HangingS_cid.otf │ │ └── README.md │ └── oss-fuzz │ │ ├── 10066-5763395844833280-timeout │ │ ├── 10095-5135601548918784-integer-overflow │ │ ├── 11080-5676588117524480-integer-overflow │ │ ├── 4561743501066240-timeout │ │ └── README.md ├── cff-render │ ├── bungeman │ │ ├── HangingS.otf │ │ ├── HangingS_cid.otf │ │ └── README.md │ └── oss-fuzz │ │ ├── 10105-5760842151231488-timeout │ │ ├── 5187127288528896-out-of-memory │ │ ├── 5710642395742208-timeout │ │ ├── 5724256569655296-out-of-memory │ │ ├── 5738877846290432-timeout │ │ ├── 5748210432737280-timeout │ │ ├── 6361029964464128-integer-overflow │ │ ├── 9981-5278718313365504-heap-buffer-overflow │ │ └── README.md ├── cff │ ├── bungeman │ │ ├── HangingS.otf │ │ ├── HangingS_cid.otf │ │ └── README.md │ └── oss-fuzz │ │ ├── 09869-5113043892568064-assert │ │ ├── 12137-5631816648622080-assert │ │ ├── 5113043892568064-assert │ │ ├── 5413513999679488-abrt │ │ ├── 5731147760795648-heap-buffer-overflow │ │ ├── 5731555572973568-heap-buffer-overflow │ │ ├── 5745733882347520-heap-buffer-overflow │ │ ├── 6208901308481536-null-dereference │ │ ├── 6301735172702208-null-dereference │ │ └── README.md ├── cidtype1-ftengine │ ├── bungeman │ │ ├── HangingS.cid │ │ └── README.md │ └── oss-fuzz │ │ ├── 11260-5722332857892864-timeout │ │ └── README.md ├── cidtype1-render-ftengine │ ├── bungeman │ │ ├── HangingS.cid │ │ └── README.md │ └── oss-fuzz │ │ ├── 5214877466492928-timeout │ │ └── README.md ├── cidtype1-render │ ├── bungeman │ │ ├── HangingS.cid │ │ └── README.md │ └── oss-fuzz │ │ ├── 4850702231797760-timeout │ │ ├── 5356990896275456-out-of-memory │ │ ├── 5677769076768768-out-of-memory │ │ ├── 5695539034193920-timeout │ │ ├── 5761373031104512-timeout │ │ ├── 5769261980057600-timeout │ │ └── README.md ├── cidtype1 │ ├── bungeman │ │ ├── HangingS.cid │ │ ├── HangingS_hex.cid │ │ └── README.md │ └── oss-fuzz │ │ ├── 10869-5663020483608576-heap-buffer-overflow │ │ ├── 10988-5664614822445056-integer-overflow │ │ ├── 11240-5733674390126592-integer-overflow │ │ ├── 5415434294657024-timeout │ │ └── README.md ├── colrv1 │ ├── README.md │ ├── more_samples-glyf_colrv1_0.ttf │ ├── more_samples-glyf_colrv1_1.ttf │ ├── more_samples-glyf_colrv1_10.ttf │ ├── more_samples-glyf_colrv1_11.ttf │ ├── more_samples-glyf_colrv1_12.ttf │ ├── more_samples-glyf_colrv1_13.ttf │ ├── more_samples-glyf_colrv1_14.ttf │ ├── more_samples-glyf_colrv1_15.ttf │ ├── more_samples-glyf_colrv1_2.ttf │ ├── more_samples-glyf_colrv1_3.ttf │ ├── more_samples-glyf_colrv1_4.ttf │ ├── more_samples-glyf_colrv1_5.ttf │ ├── more_samples-glyf_colrv1_6.ttf │ ├── more_samples-glyf_colrv1_7.ttf │ ├── more_samples-glyf_colrv1_8.ttf │ ├── more_samples-glyf_colrv1_9.ttf │ ├── noto_complex_glyphs_colrv1_0.ttf │ ├── noto_complex_glyphs_colrv1_1.ttf │ ├── noto_complex_glyphs_colrv1_10.ttf │ ├── noto_complex_glyphs_colrv1_11.ttf │ ├── noto_complex_glyphs_colrv1_12.ttf │ ├── noto_complex_glyphs_colrv1_13.ttf │ ├── noto_complex_glyphs_colrv1_14.ttf │ ├── noto_complex_glyphs_colrv1_15.ttf │ ├── noto_complex_glyphs_colrv1_16.ttf │ ├── noto_complex_glyphs_colrv1_17.ttf │ ├── noto_complex_glyphs_colrv1_18.ttf │ ├── noto_complex_glyphs_colrv1_19.ttf │ ├── noto_complex_glyphs_colrv1_2.ttf │ ├── noto_complex_glyphs_colrv1_20.ttf │ ├── noto_complex_glyphs_colrv1_21.ttf │ ├── noto_complex_glyphs_colrv1_22.ttf │ ├── noto_complex_glyphs_colrv1_23.ttf │ ├── noto_complex_glyphs_colrv1_24.ttf │ ├── noto_complex_glyphs_colrv1_25.ttf │ ├── noto_complex_glyphs_colrv1_26.ttf │ ├── noto_complex_glyphs_colrv1_27.ttf │ ├── noto_complex_glyphs_colrv1_28.ttf │ ├── noto_complex_glyphs_colrv1_29.ttf │ ├── noto_complex_glyphs_colrv1_3.ttf │ ├── noto_complex_glyphs_colrv1_30.ttf │ ├── noto_complex_glyphs_colrv1_31.ttf │ ├── noto_complex_glyphs_colrv1_32.ttf │ ├── noto_complex_glyphs_colrv1_33.ttf │ ├── noto_complex_glyphs_colrv1_34.ttf │ ├── noto_complex_glyphs_colrv1_35.ttf │ ├── noto_complex_glyphs_colrv1_36.ttf │ ├── noto_complex_glyphs_colrv1_37.ttf │ ├── noto_complex_glyphs_colrv1_38.ttf │ ├── noto_complex_glyphs_colrv1_39.ttf │ ├── noto_complex_glyphs_colrv1_4.ttf │ ├── noto_complex_glyphs_colrv1_40.ttf │ ├── noto_complex_glyphs_colrv1_41.ttf │ ├── noto_complex_glyphs_colrv1_42.ttf │ ├── noto_complex_glyphs_colrv1_43.ttf │ ├── noto_complex_glyphs_colrv1_44.ttf │ ├── noto_complex_glyphs_colrv1_45.ttf │ ├── noto_complex_glyphs_colrv1_46.ttf │ ├── noto_complex_glyphs_colrv1_47.ttf │ ├── noto_complex_glyphs_colrv1_48.ttf │ ├── noto_complex_glyphs_colrv1_49.ttf │ ├── noto_complex_glyphs_colrv1_5.ttf │ ├── noto_complex_glyphs_colrv1_6.ttf │ ├── noto_complex_glyphs_colrv1_7.ttf │ ├── noto_complex_glyphs_colrv1_8.ttf │ ├── noto_complex_glyphs_colrv1_9.ttf │ ├── test_glyphs-glyf_colr_1_0.ttf │ ├── test_glyphs-glyf_colr_1_1.ttf │ ├── test_glyphs-glyf_colr_1_10.ttf │ ├── test_glyphs-glyf_colr_1_100.ttf │ ├── test_glyphs-glyf_colr_1_101.ttf │ ├── test_glyphs-glyf_colr_1_102.ttf │ ├── test_glyphs-glyf_colr_1_103.ttf │ ├── test_glyphs-glyf_colr_1_104.ttf │ ├── test_glyphs-glyf_colr_1_105.ttf │ ├── test_glyphs-glyf_colr_1_106.ttf │ ├── test_glyphs-glyf_colr_1_107.ttf │ ├── test_glyphs-glyf_colr_1_108.ttf │ ├── test_glyphs-glyf_colr_1_109.ttf │ ├── test_glyphs-glyf_colr_1_11.ttf │ ├── test_glyphs-glyf_colr_1_110.ttf │ ├── test_glyphs-glyf_colr_1_111.ttf │ ├── test_glyphs-glyf_colr_1_112.ttf │ ├── test_glyphs-glyf_colr_1_113.ttf │ ├── test_glyphs-glyf_colr_1_114.ttf │ ├── test_glyphs-glyf_colr_1_115.ttf │ ├── test_glyphs-glyf_colr_1_116.ttf │ ├── test_glyphs-glyf_colr_1_117.ttf │ ├── test_glyphs-glyf_colr_1_118.ttf │ ├── test_glyphs-glyf_colr_1_119.ttf │ ├── test_glyphs-glyf_colr_1_12.ttf │ ├── test_glyphs-glyf_colr_1_120.ttf │ ├── test_glyphs-glyf_colr_1_121.ttf │ ├── test_glyphs-glyf_colr_1_122.ttf │ ├── test_glyphs-glyf_colr_1_123.ttf │ ├── test_glyphs-glyf_colr_1_124.ttf │ ├── test_glyphs-glyf_colr_1_125.ttf │ ├── test_glyphs-glyf_colr_1_126.ttf │ ├── test_glyphs-glyf_colr_1_127.ttf │ ├── test_glyphs-glyf_colr_1_128.ttf │ ├── test_glyphs-glyf_colr_1_129.ttf │ ├── test_glyphs-glyf_colr_1_13.ttf │ ├── test_glyphs-glyf_colr_1_130.ttf │ ├── test_glyphs-glyf_colr_1_131.ttf │ ├── test_glyphs-glyf_colr_1_132.ttf │ ├── test_glyphs-glyf_colr_1_133.ttf │ ├── test_glyphs-glyf_colr_1_134.ttf │ ├── test_glyphs-glyf_colr_1_135.ttf │ ├── test_glyphs-glyf_colr_1_136.ttf │ ├── test_glyphs-glyf_colr_1_137.ttf │ ├── test_glyphs-glyf_colr_1_138.ttf │ ├── test_glyphs-glyf_colr_1_139.ttf │ ├── test_glyphs-glyf_colr_1_14.ttf │ ├── test_glyphs-glyf_colr_1_140.ttf │ ├── test_glyphs-glyf_colr_1_141.ttf │ ├── test_glyphs-glyf_colr_1_142.ttf │ ├── test_glyphs-glyf_colr_1_143.ttf │ ├── test_glyphs-glyf_colr_1_144.ttf │ ├── test_glyphs-glyf_colr_1_145.ttf │ ├── test_glyphs-glyf_colr_1_146.ttf │ ├── test_glyphs-glyf_colr_1_147.ttf │ ├── test_glyphs-glyf_colr_1_148.ttf │ ├── test_glyphs-glyf_colr_1_149.ttf │ ├── test_glyphs-glyf_colr_1_15.ttf │ ├── test_glyphs-glyf_colr_1_150.ttf │ ├── test_glyphs-glyf_colr_1_151.ttf │ ├── test_glyphs-glyf_colr_1_152.ttf │ ├── test_glyphs-glyf_colr_1_153.ttf │ ├── test_glyphs-glyf_colr_1_154.ttf │ ├── test_glyphs-glyf_colr_1_155.ttf │ ├── test_glyphs-glyf_colr_1_156.ttf │ ├── test_glyphs-glyf_colr_1_16.ttf │ ├── test_glyphs-glyf_colr_1_17.ttf │ ├── test_glyphs-glyf_colr_1_18.ttf │ ├── test_glyphs-glyf_colr_1_19.ttf │ ├── test_glyphs-glyf_colr_1_2.ttf │ ├── test_glyphs-glyf_colr_1_20.ttf │ ├── test_glyphs-glyf_colr_1_21.ttf │ ├── test_glyphs-glyf_colr_1_22.ttf │ ├── test_glyphs-glyf_colr_1_23.ttf │ ├── test_glyphs-glyf_colr_1_24.ttf │ ├── test_glyphs-glyf_colr_1_25.ttf │ ├── test_glyphs-glyf_colr_1_26.ttf │ ├── test_glyphs-glyf_colr_1_27.ttf │ ├── test_glyphs-glyf_colr_1_28.ttf │ ├── test_glyphs-glyf_colr_1_29.ttf │ ├── test_glyphs-glyf_colr_1_3.ttf │ ├── test_glyphs-glyf_colr_1_30.ttf │ ├── test_glyphs-glyf_colr_1_31.ttf │ ├── test_glyphs-glyf_colr_1_32.ttf │ ├── test_glyphs-glyf_colr_1_33.ttf │ ├── test_glyphs-glyf_colr_1_34.ttf │ ├── test_glyphs-glyf_colr_1_35.ttf │ ├── test_glyphs-glyf_colr_1_36.ttf │ ├── test_glyphs-glyf_colr_1_37.ttf │ ├── test_glyphs-glyf_colr_1_38.ttf │ ├── test_glyphs-glyf_colr_1_39.ttf │ ├── test_glyphs-glyf_colr_1_4.ttf │ ├── test_glyphs-glyf_colr_1_40.ttf │ ├── test_glyphs-glyf_colr_1_41.ttf │ ├── test_glyphs-glyf_colr_1_42.ttf │ ├── test_glyphs-glyf_colr_1_43.ttf │ ├── test_glyphs-glyf_colr_1_44.ttf │ ├── test_glyphs-glyf_colr_1_45.ttf │ ├── test_glyphs-glyf_colr_1_46.ttf │ ├── test_glyphs-glyf_colr_1_47.ttf │ ├── test_glyphs-glyf_colr_1_48.ttf │ ├── test_glyphs-glyf_colr_1_49.ttf │ ├── test_glyphs-glyf_colr_1_5.ttf │ ├── test_glyphs-glyf_colr_1_50.ttf │ ├── test_glyphs-glyf_colr_1_51.ttf │ ├── test_glyphs-glyf_colr_1_52.ttf │ ├── test_glyphs-glyf_colr_1_53.ttf │ ├── test_glyphs-glyf_colr_1_54.ttf │ ├── test_glyphs-glyf_colr_1_55.ttf │ ├── test_glyphs-glyf_colr_1_56.ttf │ ├── test_glyphs-glyf_colr_1_57.ttf │ ├── test_glyphs-glyf_colr_1_58.ttf │ ├── test_glyphs-glyf_colr_1_59.ttf │ ├── test_glyphs-glyf_colr_1_6.ttf │ ├── test_glyphs-glyf_colr_1_60.ttf │ ├── test_glyphs-glyf_colr_1_61.ttf │ ├── test_glyphs-glyf_colr_1_62.ttf │ ├── test_glyphs-glyf_colr_1_63.ttf │ ├── test_glyphs-glyf_colr_1_64.ttf │ ├── test_glyphs-glyf_colr_1_65.ttf │ ├── test_glyphs-glyf_colr_1_66.ttf │ ├── test_glyphs-glyf_colr_1_67.ttf │ ├── test_glyphs-glyf_colr_1_68.ttf │ ├── test_glyphs-glyf_colr_1_69.ttf │ ├── test_glyphs-glyf_colr_1_7.ttf │ ├── test_glyphs-glyf_colr_1_70.ttf │ ├── test_glyphs-glyf_colr_1_71.ttf │ ├── test_glyphs-glyf_colr_1_72.ttf │ ├── test_glyphs-glyf_colr_1_73.ttf │ ├── test_glyphs-glyf_colr_1_74.ttf │ ├── test_glyphs-glyf_colr_1_75.ttf │ ├── test_glyphs-glyf_colr_1_76.ttf │ ├── test_glyphs-glyf_colr_1_77.ttf │ ├── test_glyphs-glyf_colr_1_78.ttf │ ├── test_glyphs-glyf_colr_1_79.ttf │ ├── test_glyphs-glyf_colr_1_8.ttf │ ├── test_glyphs-glyf_colr_1_80.ttf │ ├── test_glyphs-glyf_colr_1_81.ttf │ ├── test_glyphs-glyf_colr_1_82.ttf │ ├── test_glyphs-glyf_colr_1_83.ttf │ ├── test_glyphs-glyf_colr_1_84.ttf │ ├── test_glyphs-glyf_colr_1_85.ttf │ ├── test_glyphs-glyf_colr_1_86.ttf │ ├── test_glyphs-glyf_colr_1_87.ttf │ ├── test_glyphs-glyf_colr_1_88.ttf │ ├── test_glyphs-glyf_colr_1_89.ttf │ ├── test_glyphs-glyf_colr_1_9.ttf │ ├── test_glyphs-glyf_colr_1_90.ttf │ ├── test_glyphs-glyf_colr_1_91.ttf │ ├── test_glyphs-glyf_colr_1_92.ttf │ ├── test_glyphs-glyf_colr_1_93.ttf │ ├── test_glyphs-glyf_colr_1_94.ttf │ ├── test_glyphs-glyf_colr_1_95.ttf │ ├── test_glyphs-glyf_colr_1_96.ttf │ ├── test_glyphs-glyf_colr_1_97.ttf │ ├── test_glyphs-glyf_colr_1_98.ttf │ ├── test_glyphs-glyf_colr_1_99.ttf │ ├── test_glyphs-glyf_colr_1_variable_0.ttf │ ├── test_glyphs-glyf_colr_1_variable_1.ttf │ ├── test_glyphs-glyf_colr_1_variable_10.ttf │ ├── test_glyphs-glyf_colr_1_variable_100.ttf │ ├── test_glyphs-glyf_colr_1_variable_101.ttf │ ├── test_glyphs-glyf_colr_1_variable_102.ttf │ ├── test_glyphs-glyf_colr_1_variable_103.ttf │ ├── test_glyphs-glyf_colr_1_variable_104.ttf │ ├── test_glyphs-glyf_colr_1_variable_105.ttf │ ├── test_glyphs-glyf_colr_1_variable_106.ttf │ ├── test_glyphs-glyf_colr_1_variable_107.ttf │ ├── test_glyphs-glyf_colr_1_variable_108.ttf │ ├── test_glyphs-glyf_colr_1_variable_109.ttf │ ├── test_glyphs-glyf_colr_1_variable_11.ttf │ ├── test_glyphs-glyf_colr_1_variable_110.ttf │ ├── test_glyphs-glyf_colr_1_variable_111.ttf │ ├── test_glyphs-glyf_colr_1_variable_112.ttf │ ├── test_glyphs-glyf_colr_1_variable_113.ttf │ ├── test_glyphs-glyf_colr_1_variable_114.ttf │ ├── test_glyphs-glyf_colr_1_variable_115.ttf │ ├── test_glyphs-glyf_colr_1_variable_116.ttf │ ├── test_glyphs-glyf_colr_1_variable_117.ttf │ ├── test_glyphs-glyf_colr_1_variable_118.ttf │ ├── test_glyphs-glyf_colr_1_variable_119.ttf │ ├── test_glyphs-glyf_colr_1_variable_12.ttf │ ├── test_glyphs-glyf_colr_1_variable_120.ttf │ ├── test_glyphs-glyf_colr_1_variable_121.ttf │ ├── test_glyphs-glyf_colr_1_variable_122.ttf │ ├── test_glyphs-glyf_colr_1_variable_123.ttf │ ├── test_glyphs-glyf_colr_1_variable_124.ttf │ ├── test_glyphs-glyf_colr_1_variable_125.ttf │ ├── test_glyphs-glyf_colr_1_variable_126.ttf │ ├── test_glyphs-glyf_colr_1_variable_127.ttf │ ├── test_glyphs-glyf_colr_1_variable_128.ttf │ ├── test_glyphs-glyf_colr_1_variable_129.ttf │ ├── test_glyphs-glyf_colr_1_variable_13.ttf │ ├── test_glyphs-glyf_colr_1_variable_130.ttf │ ├── test_glyphs-glyf_colr_1_variable_131.ttf │ ├── test_glyphs-glyf_colr_1_variable_132.ttf │ ├── test_glyphs-glyf_colr_1_variable_133.ttf │ ├── test_glyphs-glyf_colr_1_variable_134.ttf │ ├── test_glyphs-glyf_colr_1_variable_135.ttf │ ├── test_glyphs-glyf_colr_1_variable_136.ttf │ ├── test_glyphs-glyf_colr_1_variable_137.ttf │ ├── test_glyphs-glyf_colr_1_variable_138.ttf │ ├── test_glyphs-glyf_colr_1_variable_139.ttf │ ├── test_glyphs-glyf_colr_1_variable_14.ttf │ ├── test_glyphs-glyf_colr_1_variable_140.ttf │ ├── test_glyphs-glyf_colr_1_variable_141.ttf │ ├── test_glyphs-glyf_colr_1_variable_142.ttf │ ├── test_glyphs-glyf_colr_1_variable_143.ttf │ ├── test_glyphs-glyf_colr_1_variable_144.ttf │ ├── test_glyphs-glyf_colr_1_variable_145.ttf │ ├── test_glyphs-glyf_colr_1_variable_146.ttf │ ├── test_glyphs-glyf_colr_1_variable_147.ttf │ ├── test_glyphs-glyf_colr_1_variable_148.ttf │ ├── test_glyphs-glyf_colr_1_variable_149.ttf │ ├── test_glyphs-glyf_colr_1_variable_15.ttf │ ├── test_glyphs-glyf_colr_1_variable_150.ttf │ ├── test_glyphs-glyf_colr_1_variable_151.ttf │ ├── test_glyphs-glyf_colr_1_variable_152.ttf │ ├── test_glyphs-glyf_colr_1_variable_153.ttf │ ├── test_glyphs-glyf_colr_1_variable_154.ttf │ ├── test_glyphs-glyf_colr_1_variable_155.ttf │ ├── test_glyphs-glyf_colr_1_variable_156.ttf │ ├── test_glyphs-glyf_colr_1_variable_16.ttf │ ├── test_glyphs-glyf_colr_1_variable_17.ttf │ ├── test_glyphs-glyf_colr_1_variable_18.ttf │ ├── test_glyphs-glyf_colr_1_variable_19.ttf │ ├── test_glyphs-glyf_colr_1_variable_2.ttf │ ├── test_glyphs-glyf_colr_1_variable_20.ttf │ ├── test_glyphs-glyf_colr_1_variable_21.ttf │ ├── test_glyphs-glyf_colr_1_variable_22.ttf │ ├── test_glyphs-glyf_colr_1_variable_23.ttf │ ├── test_glyphs-glyf_colr_1_variable_24.ttf │ ├── test_glyphs-glyf_colr_1_variable_25.ttf │ ├── test_glyphs-glyf_colr_1_variable_26.ttf │ ├── test_glyphs-glyf_colr_1_variable_27.ttf │ ├── test_glyphs-glyf_colr_1_variable_28.ttf │ ├── test_glyphs-glyf_colr_1_variable_29.ttf │ ├── test_glyphs-glyf_colr_1_variable_3.ttf │ ├── test_glyphs-glyf_colr_1_variable_30.ttf │ ├── test_glyphs-glyf_colr_1_variable_31.ttf │ ├── test_glyphs-glyf_colr_1_variable_32.ttf │ ├── test_glyphs-glyf_colr_1_variable_33.ttf │ ├── test_glyphs-glyf_colr_1_variable_34.ttf │ ├── test_glyphs-glyf_colr_1_variable_35.ttf │ ├── test_glyphs-glyf_colr_1_variable_36.ttf │ ├── test_glyphs-glyf_colr_1_variable_37.ttf │ ├── test_glyphs-glyf_colr_1_variable_38.ttf │ ├── test_glyphs-glyf_colr_1_variable_39.ttf │ ├── test_glyphs-glyf_colr_1_variable_4.ttf │ ├── test_glyphs-glyf_colr_1_variable_40.ttf │ ├── test_glyphs-glyf_colr_1_variable_41.ttf │ ├── test_glyphs-glyf_colr_1_variable_42.ttf │ ├── test_glyphs-glyf_colr_1_variable_43.ttf │ ├── test_glyphs-glyf_colr_1_variable_44.ttf │ ├── test_glyphs-glyf_colr_1_variable_45.ttf │ ├── test_glyphs-glyf_colr_1_variable_46.ttf │ ├── test_glyphs-glyf_colr_1_variable_47.ttf │ ├── test_glyphs-glyf_colr_1_variable_48.ttf │ ├── test_glyphs-glyf_colr_1_variable_49.ttf │ ├── test_glyphs-glyf_colr_1_variable_5.ttf │ ├── test_glyphs-glyf_colr_1_variable_50.ttf │ ├── test_glyphs-glyf_colr_1_variable_51.ttf │ ├── test_glyphs-glyf_colr_1_variable_52.ttf │ ├── test_glyphs-glyf_colr_1_variable_53.ttf │ ├── test_glyphs-glyf_colr_1_variable_54.ttf │ ├── test_glyphs-glyf_colr_1_variable_55.ttf │ ├── test_glyphs-glyf_colr_1_variable_56.ttf │ ├── test_glyphs-glyf_colr_1_variable_57.ttf │ ├── test_glyphs-glyf_colr_1_variable_58.ttf │ ├── test_glyphs-glyf_colr_1_variable_59.ttf │ ├── test_glyphs-glyf_colr_1_variable_6.ttf │ ├── test_glyphs-glyf_colr_1_variable_60.ttf │ ├── test_glyphs-glyf_colr_1_variable_61.ttf │ ├── test_glyphs-glyf_colr_1_variable_62.ttf │ ├── test_glyphs-glyf_colr_1_variable_63.ttf │ ├── test_glyphs-glyf_colr_1_variable_64.ttf │ ├── test_glyphs-glyf_colr_1_variable_65.ttf │ ├── test_glyphs-glyf_colr_1_variable_66.ttf │ ├── test_glyphs-glyf_colr_1_variable_67.ttf │ ├── test_glyphs-glyf_colr_1_variable_68.ttf │ ├── test_glyphs-glyf_colr_1_variable_69.ttf │ ├── test_glyphs-glyf_colr_1_variable_7.ttf │ ├── test_glyphs-glyf_colr_1_variable_70.ttf │ ├── test_glyphs-glyf_colr_1_variable_71.ttf │ ├── test_glyphs-glyf_colr_1_variable_72.ttf │ ├── test_glyphs-glyf_colr_1_variable_73.ttf │ ├── test_glyphs-glyf_colr_1_variable_74.ttf │ ├── test_glyphs-glyf_colr_1_variable_75.ttf │ ├── test_glyphs-glyf_colr_1_variable_76.ttf │ ├── test_glyphs-glyf_colr_1_variable_77.ttf │ ├── test_glyphs-glyf_colr_1_variable_78.ttf │ ├── test_glyphs-glyf_colr_1_variable_79.ttf │ ├── test_glyphs-glyf_colr_1_variable_8.ttf │ ├── test_glyphs-glyf_colr_1_variable_80.ttf │ ├── test_glyphs-glyf_colr_1_variable_81.ttf │ ├── test_glyphs-glyf_colr_1_variable_82.ttf │ ├── test_glyphs-glyf_colr_1_variable_83.ttf │ ├── test_glyphs-glyf_colr_1_variable_84.ttf │ ├── test_glyphs-glyf_colr_1_variable_85.ttf │ ├── test_glyphs-glyf_colr_1_variable_86.ttf │ ├── test_glyphs-glyf_colr_1_variable_87.ttf │ ├── test_glyphs-glyf_colr_1_variable_88.ttf │ ├── test_glyphs-glyf_colr_1_variable_89.ttf │ ├── test_glyphs-glyf_colr_1_variable_9.ttf │ ├── test_glyphs-glyf_colr_1_variable_90.ttf │ ├── test_glyphs-glyf_colr_1_variable_91.ttf │ ├── test_glyphs-glyf_colr_1_variable_92.ttf │ ├── test_glyphs-glyf_colr_1_variable_93.ttf │ ├── test_glyphs-glyf_colr_1_variable_94.ttf │ ├── test_glyphs-glyf_colr_1_variable_95.ttf │ ├── test_glyphs-glyf_colr_1_variable_96.ttf │ ├── test_glyphs-glyf_colr_1_variable_97.ttf │ ├── test_glyphs-glyf_colr_1_variable_98.ttf │ └── test_glyphs-glyf_colr_1_variable_99.ttf ├── glyphs-bitmaps-pcf │ └── bungeman │ │ ├── HangingS-16lL.pcf │ │ ├── HangingS-16lM.pcf │ │ ├── HangingS-16mL.pcf │ │ ├── HangingS-16mM.pcf │ │ └── README.md ├── glyphs-outlines │ ├── bungeman │ │ ├── CMap2.ttf │ │ ├── Composite.ttf │ │ ├── Distortable.ttf │ │ ├── HangingS.dfont │ │ ├── HangingS.ttf │ │ ├── HangingS.woff │ │ ├── README.md │ │ └── UVSTest.ttf │ └── oss-fuzz │ │ ├── 10294-5111887767797760-timeout │ │ ├── 10316-5663672400084992-null-dereference │ │ ├── 4719834209189888-out-of-memory │ │ ├── 4776853456814080-bad-free │ │ ├── 4929147024441344-timeout │ │ ├── 5109714395332608-timeout │ │ ├── 5148861713612800-abrt │ │ ├── 6354041348030464-abrt │ │ └── README.md ├── gzip │ └── cherusker │ │ ├── freetype.ico.gz │ │ ├── hello-world.txt.gz │ │ └── lorem-ipsum.txt.gz ├── legacy │ ├── oss-fuzz │ │ ├── 4507444690550784-integer-overflow │ │ ├── 4508412681388032-undefined-shift │ │ ├── 4516870636961792-integer-overflow │ │ ├── 4520122360266752-integer-overflow │ │ ├── 4552007299891200-unknown-write │ │ ├── 4560880874291200-integer-overflow │ │ ├── 4561644900319232-integer-overflow │ │ ├── 4594115297673216-integer-overflow │ │ ├── 4605905983242240-heap-buffer-overflow │ │ ├── 4613372085534720-integer-overflow │ │ ├── 4628984890392576-integer-overflow │ │ ├── 4667213659242496-heap-buffer-overflow │ │ ├── 4673004686540800-integer-overflow │ │ ├── 4691033986170880-integer-overflow │ │ ├── 4705580359876608-integer-overflow │ │ ├── 4719566426996736-integer-overflow │ │ ├── 4766135438278656-heap-use-after-free │ │ ├── 4781190976372736-timeout │ │ ├── 4815106498101248-integer-overflow │ │ ├── 4823528622784512-timeout │ │ ├── 4855783254654976-heap-buffer-overflow │ │ ├── 4857273883033600-integer-overflow │ │ ├── 4886140928655360-integer-overflow │ │ ├── 4899530552115200-direct-leak │ │ ├── 4904921867485184-null-dereference │ │ ├── 4908225012957184-integer-overflow │ │ ├── 4916664777834496-null-dereference │ │ ├── 4924760368611328-integer-overflow │ │ ├── 4928410907312128-out-of-memory │ │ ├── 5051431881015296-integer-overflow │ │ ├── 5055800257019904-integer-overflow │ │ ├── 5058168495276032-integer-overflow │ │ ├── 5060052572438528-heap-buffer-overflow │ │ ├── 5067461904826368-heap-buffer-overflow │ │ ├── 5068840640708608-out-of-memory │ │ ├── 5103339891064832-integer-overflow │ │ ├── 5143978615767040-unknown-read │ │ ├── 5152747567448064-integer-overflow │ │ ├── 5201957899730944-timeout │ │ ├── 5203781039947776-undefined-shift │ │ ├── 5204633535381504-null-dereference │ │ ├── 5205449657810944-timeout │ │ ├── 5269054216470528-integer-overflow │ │ ├── 5287114813997056-integer-overflow │ │ ├── 5299151029927936-unknown-read │ │ ├── 5302898953027584-integer-overflow │ │ ├── 5309571281190912-timeout │ │ ├── 5361243305017344-direct-leak │ │ ├── 5361930879369216-integer-overflow │ │ ├── 5371339878694912-heap-buffer-overflow │ │ ├── 5378864912007168-integer-overflow │ │ ├── 5386841965461504-integer-overflow │ │ ├── 5391910787088384-global-buffer-overflow │ │ ├── 5433387743444992-integer-overflow │ │ ├── 5451039622823936-integer-overflow │ │ ├── 5465133467828224-out-of-memory │ │ ├── 5493149898113024-integer-overflow │ │ ├── 5496564732657664-integer-overflow │ │ ├── 5517845960065024-integer-overflow │ │ ├── 5542820507025408-integer-overflow │ │ ├── 5557902871887872-integer-overflow │ │ ├── 5586788462624768-unknown-read │ │ ├── 5592107077074944-integer-overflow │ │ ├── 5614324305362944-direct-leak │ │ ├── 5630389728051200-heap-buffer-overflow │ │ ├── 5651695960850432-unknown-write │ │ ├── 5662671558934528-timeout │ │ ├── 5693950490836992-integer-overflow │ │ ├── 5715395991306240-integer-overflow │ │ ├── 5725169937022976-integer-overflow │ │ ├── 5738390674735104-timeout │ │ ├── 5747041319780352-integer-overflow │ │ ├── 5749156632068096-integer-overflow │ │ ├── 5754332360212480-unknown-read │ │ ├── 5762099005358080-integer-overflow │ │ ├── 5763302488539136-null-dereference │ │ ├── 5773760927891456-heap-buffer-overflow │ │ ├── 5782395752022016-direct-leak │ │ ├── 5831916316000256-integer-overflow │ │ ├── 5836240497672192-heap-buffer-overflow │ │ ├── 5844483388211200-heap-buffer-overflow │ │ ├── 5888658041208832-unknown-read │ │ ├── 5904831823740928-out-of-memory │ │ ├── 5912679001620480-integer-overflow │ │ ├── 6064680095186944-out-of-memory │ │ ├── 6079022259765248-integer-overflow │ │ ├── 6094024194654208-integer-overflow │ │ ├── 6109148167012352-integer-overflow │ │ ├── 6113576072773632-unknown-read │ │ ├── 6133805263880192-integer-overflow │ │ ├── 6134742917316608-integer-overflow │ │ ├── 6210231401971712-integer-overflow │ │ ├── 6221557377531904-unknown-read │ │ ├── 6224646179389440-integer-overflow │ │ ├── 6265962742415360-integer-overflow │ │ ├── 6269022198824960-heap-buffer-overflow │ │ ├── 6319942443991040-integer-overflow │ │ ├── 6323172024516608-integer-overflow │ │ ├── 6367547175731200-heap-buffer-overflow │ │ ├── 6377448260239360-heap-buffer-overflow │ │ ├── 6382674400772096-integer-overflow │ │ ├── 6396285353459712-integer-overflow │ │ ├── 6409167655927808-heap-buffer-overflow │ │ ├── 6426905397952512-out-of-memory │ │ ├── 6436004741251072-integer-overflow │ │ ├── 6466848100974592-integer-overflow │ │ ├── 6485746928058368-unknown-read │ │ ├── 6551997896458240-timeout │ │ ├── 6552225992146944-heap-buffer-overflow │ │ ├── 6578458444431360-floating-point-exception │ │ ├── 6586589264216064-integer-overflow │ │ ├── 6626987252645888-timeout │ │ ├── 6627871858622464-heap-buffer-overflow │ │ ├── 6673819709210624-null-dereference │ │ ├── 6675768102879232-integer-overflow │ │ ├── 6699857131601920-integer-overflow │ │ ├── 6712117960900608-out-of-memory │ │ ├── 6729909500116992-heap-buffer-overflow │ │ ├── 6736260374724608-floating-point-exception │ │ └── README.md │ └── other │ │ ├── 2018-05-30-pointer-underflow │ │ └── 2018-06-16-unsigned-underflow ├── lzw │ └── cherusker │ │ ├── freetype.ico.Z │ │ ├── hello-world.txt.Z │ │ └── lorem-ipsum.txt.Z ├── pcf-render │ ├── bungeman │ │ ├── HangingS-16lL.pcf │ │ ├── HangingS-16lM.pcf │ │ ├── HangingS-16mL.pcf │ │ ├── HangingS-16mM.pcf │ │ └── README.md │ └── oss-fuzz │ │ ├── 5679873275199488-timeout │ │ └── README.md ├── pcf │ └── bungeman │ │ ├── HangingS-16lL.pcf │ │ ├── HangingS-16lM.pcf │ │ ├── HangingS-16mL.pcf │ │ ├── HangingS-16mM.pcf │ │ └── README.md ├── truetype-render-i35 │ ├── bungeman │ │ ├── CMap2.ttf │ │ ├── Composite.ttf │ │ ├── Distortable.ttf │ │ ├── HangingS.dfont │ │ ├── HangingS.ttf │ │ ├── HangingS.woff │ │ ├── README.md │ │ └── UVSTest.ttf │ └── oss-fuzz │ │ ├── 10054-5691748441915392-timeout │ │ ├── 10817-5734065685135360-timeout │ │ ├── 5741040957915136-timeout │ │ └── README.md ├── truetype-render-i38 │ ├── bungeman │ │ ├── CMap2.ttf │ │ ├── Composite.ttf │ │ ├── Distortable.ttf │ │ ├── HangingS.dfont │ │ ├── HangingS.ttf │ │ ├── HangingS.woff │ │ ├── README.md │ │ └── UVSTest.ttf │ └── oss-fuzz │ │ ├── 10212-5149104498278400-timeout │ │ ├── 10398-5653547685773312-timeout │ │ └── README.md ├── truetype-render │ ├── bungeman │ │ ├── CMap2.ttf │ │ ├── Composite.ttf │ │ ├── Distortable.ttf │ │ ├── HangingS.dfont │ │ ├── HangingS.ttf │ │ ├── HangingS.woff │ │ ├── README.md │ │ ├── UVSTest.ttf │ │ ├── cbdt.ttf │ │ └── sbix.ttf │ └── oss-fuzz │ │ ├── 09930-5745799144144896-timeout │ │ ├── 5181826652962816-out-of-memory │ │ ├── 5700487750877184-out-of-memory │ │ ├── 5714031351431168-timeout │ │ ├── 5746105294782464-timeout │ │ ├── 6312404358004736-timeout │ │ ├── CVE-2020-15999.ttf │ │ └── README.md ├── truetype │ ├── bungeman │ │ ├── CMap2.ttf │ │ ├── Composite.ttf │ │ ├── Distortable.ttf │ │ ├── HangingS.dfont │ │ ├── HangingS.ttf │ │ ├── HangingS.woff │ │ ├── README.md │ │ └── UVSTest.ttf │ └── oss-fuzz │ │ ├── 10255-5756507061223424-timeout │ │ ├── 10317-5699179767136256-null-dereference │ │ ├── 5040902828457984-integer-overflow │ │ ├── 6380894154653696-heap-buffer-overflow │ │ └── README.md ├── type1-ftengine │ ├── bungeman │ │ ├── DistortableMM.pfa │ │ ├── DistortableMM.pfb │ │ ├── HangingS.bin │ │ ├── HangingS.pfa │ │ ├── HangingS.pfb │ │ ├── HangingS.ps │ │ └── README.md │ └── oss-fuzz │ │ ├── 11242-5764901956485120-integer-overflow │ │ └── README.md ├── type1-render-ftengine │ ├── bungeman │ │ ├── DistortableMM.pfa │ │ ├── DistortableMM.pfb │ │ ├── HangingS.bin │ │ ├── HangingS.pfa │ │ ├── HangingS.pfb │ │ ├── HangingS.ps │ │ └── README.md │ └── oss-fuzz │ │ ├── 5642699796381696-timeout │ │ └── README.md ├── type1-render-tar │ ├── bungeman │ │ ├── DistortableMM_pfa_afm.tar │ │ ├── DistortableMM_pfa_pfm.tar │ │ ├── DistortableMM_pfb_afm.tar │ │ ├── DistortableMM_pfb_pfm.tar │ │ ├── HangingS_pfa_afm.tar │ │ ├── HangingS_pfa_pfm.tar │ │ ├── HangingS_pfb_afm.tar │ │ ├── HangingS_pfb_pfm.tar │ │ └── README.md │ └── oss-fuzz │ │ ├── 5188279346397184-out-of-memory │ │ ├── 5768706486435840-out-of-memory │ │ ├── 6256036838113280-timeout │ │ └── README.md ├── type1-render │ ├── bungeman │ │ ├── DistortableMM.pfa │ │ ├── DistortableMM.pfb │ │ ├── HangingS.bin │ │ ├── HangingS.pfa │ │ ├── HangingS.pfb │ │ ├── HangingS.ps │ │ └── README.md │ └── oss-fuzz │ │ ├── 10833-5708150578085888-timeout │ │ ├── 5066921052471296-timeout │ │ ├── 5174197490810880-out-of-memory │ │ ├── 5238084693131264-integer-overflow │ │ ├── 5630306064269312-out-of-memory │ │ ├── 6025593622626304-timeout │ │ └── README.md ├── type1-tar │ ├── bungeman │ │ ├── DistortableMM_pfa_afm.tar │ │ ├── DistortableMM_pfa_pfm.tar │ │ ├── DistortableMM_pfb_afm.tar │ │ ├── DistortableMM_pfb_pfm.tar │ │ ├── HangingS_pfa_afm.tar │ │ ├── HangingS_pfa_pfm.tar │ │ ├── HangingS_pfb_afm.tar │ │ ├── HangingS_pfb_pfm.tar │ │ └── README.md │ └── oss-fuzz │ │ ├── 10183-5749053757849600-null-dereference │ │ ├── 10192-5654048309510144-heap-buffer-overflow │ │ ├── 6203514857455616-integer-overflow │ │ └── README.md ├── type1 │ ├── bungeman │ │ ├── DistortableMM.pfa │ │ ├── DistortableMM.pfb │ │ ├── HangingS.bin │ │ ├── HangingS.pfa │ │ ├── HangingS.pfb │ │ ├── HangingS.ps │ │ └── README.md │ └── oss-fuzz │ │ ├── 5000847376252928-heap-buffer-overflow │ │ ├── 5650962751422464-heap-buffer-overflow │ │ ├── 6017470866391040-null-dereference │ │ └── README.md ├── type42-render │ ├── bungeman │ │ ├── HangingS.t42 │ │ └── README.md │ └── oss-fuzz │ │ ├── 11681-5685446328188928-integer-overflow │ │ ├── 11734-5708823835181056-integer-overflow │ │ ├── 5750671616770048-timeout │ │ └── README.md ├── type42 │ └── bungeman │ │ ├── HangingS.t42 │ │ └── README.md ├── windowsfnt-render │ └── bungeman │ │ ├── HangingS-16.fnt │ │ ├── HangingS-PE.fon │ │ ├── HangingS.fon │ │ └── README.md └── windowsfnt │ ├── bungeman │ ├── HangingS-16.fnt │ ├── HangingS-PE.fon │ ├── HangingS.fon │ └── README.md │ └── oss-fuzz │ ├── 4881860298539008-integer-overflow │ ├── 5120086263201792-timeout │ └── README.md ├── scripts ├── README.md ├── build-fuzzers.sh ├── build │ ├── 0001-Add-trace-pc-guard-to-fno-sanitize-coverage.patch │ ├── 0001-Don-t-override-CC-CFLAGS-and-LDFLAGS.patch │ ├── brotli.sh │ ├── bzip2.sh │ ├── freetype.sh │ ├── glog.sh │ ├── libarchive.sh │ ├── libcxx.sh │ ├── libpng.sh │ ├── targets.sh │ └── zlib.sh ├── cleanup.sh ├── custom-build.sh ├── prepare-oss-fuzz.sh ├── run-travis-ci.sh └── travis-ci │ ├── oss-fuzz-build.sh │ └── regression-suite.sh ├── settings ├── freetype2 │ └── ftoption.patch └── oss-fuzz │ ├── bdf-render.options │ ├── bdf.dict │ ├── bdf.options │ ├── bzip2.options │ ├── cff-ftengine.options │ ├── cff-render-ftengine.options │ ├── cff-render.options │ ├── cff.options │ ├── cidtype1-ftengine.options │ ├── cidtype1-render-ftengine.options │ ├── cidtype1-render.options │ ├── cidtype1.options │ ├── colrv1.options │ ├── glyphs-bitmaps-pcf.options │ ├── glyphs-outlines.options │ ├── gzip.options │ ├── legacy.options │ ├── lzw.options │ ├── pcf-render.options │ ├── pcf.options │ ├── truetype-render-i35.options │ ├── truetype-render-i38.options │ ├── truetype-render.options │ ├── truetype.options │ ├── type1-ftengine.options │ ├── type1-render-ftengine.options │ ├── type1-render-tar.options │ ├── type1-render.options │ ├── type1-tar.options │ ├── type1.dict │ ├── type1.options │ ├── type42-render.options │ ├── type42.options │ ├── windowsfnt-render.options │ └── windowsfnt.options └── src ├── CMakeLists.txt ├── README.md ├── driver ├── CMakeLists.txt ├── DriverInternals.cpp ├── DriverInternals.h ├── README.md └── driver.cpp ├── fuzzers ├── CMakeLists.txt ├── README.md └── template.cpp ├── iterators ├── faceloaditerator.cpp ├── faceloaditerator.h ├── faceprepiterator-bitmaps.cpp ├── faceprepiterator-bitmaps.h ├── faceprepiterator-multiplemasters.cpp ├── faceprepiterator-multiplemasters.h ├── faceprepiterator-outlines.cpp ├── faceprepiterator-outlines.h ├── faceprepiterator.cpp ├── faceprepiterator.h ├── glyphloaditerator-naive.cpp ├── glyphloaditerator-naive.h ├── glyphloaditerator.cpp ├── glyphloaditerator.h ├── glyphrenderiterator-allmodes.cpp ├── glyphrenderiterator-allmodes.h ├── glyphrenderiterator.cpp └── glyphrenderiterator.h ├── legacy ├── README.md ├── README.old ├── ftfuzzer.cc ├── ftmutator.cc ├── rasterfuzzer.cc └── runinput.cc ├── targets ├── CMakeLists.txt ├── FaceFuzzTarget.cpp ├── FaceFuzzTarget.h ├── FuzzTarget.cpp ├── FuzzTarget.h ├── README.md ├── font-drivers │ ├── README.md │ ├── bdf-render.cpp │ ├── bdf-render.h │ ├── bdf.cpp │ ├── bdf.h │ ├── cff-ftengine.cpp │ ├── cff-ftengine.h │ ├── cff-render-ftengine.cpp │ ├── cff-render-ftengine.h │ ├── cff-render.cpp │ ├── cff-render.h │ ├── cff.cpp │ ├── cff.h │ ├── cidtype1-ftengine.cpp │ ├── cidtype1-ftengine.h │ ├── cidtype1-render-ftengine.cpp │ ├── cidtype1-render-ftengine.h │ ├── cidtype1-render.cpp │ ├── cidtype1-render.h │ ├── cidtype1.cpp │ ├── cidtype1.h │ ├── colrv1.cpp │ ├── colrv1.h │ ├── pcf-render.cpp │ ├── pcf-render.h │ ├── pcf.cpp │ ├── pcf.h │ ├── truetype-render-i35.cpp │ ├── truetype-render-i35.h │ ├── truetype-render-i38.cpp │ ├── truetype-render-i38.h │ ├── truetype-render.cpp │ ├── truetype-render.h │ ├── truetype.cpp │ ├── truetype.h │ ├── type1-ftengine.cpp │ ├── type1-ftengine.h │ ├── type1-render-ftengine.cpp │ ├── type1-render-ftengine.h │ ├── type1-render-tar.cpp │ ├── type1-render-tar.h │ ├── type1-render.cpp │ ├── type1-render.h │ ├── type1-tar.cpp │ ├── type1-tar.h │ ├── type1.cpp │ ├── type1.h │ ├── type42-render.cpp │ ├── type42-render.h │ ├── type42.cpp │ ├── type42.h │ ├── windowsfnt-render.cpp │ ├── windowsfnt-render.h │ ├── windowsfnt.cpp │ └── windowsfnt.h ├── glyphs │ ├── bitmaps-pcf.cpp │ ├── bitmaps-pcf.h │ ├── bitmaps.cpp │ ├── bitmaps.h │ ├── outlines.cpp │ └── outlines.h └── support │ ├── Bzip2FuzzTarget.cpp │ ├── Bzip2FuzzTarget.h │ ├── GzipFuzzTarget.cpp │ ├── GzipFuzzTarget.h │ ├── LzwFuzzTarget.cpp │ └── LzwFuzzTarget.h ├── utils ├── FreeTypeStream.cpp ├── FreeTypeStream.h ├── faceloader.cpp ├── faceloader.h ├── logging.h ├── noncopyable.h ├── tarreader.cpp ├── tarreader.h ├── utils.cpp └── utils.h └── visitors ├── facevisitor-autohinter.cpp ├── facevisitor-autohinter.h ├── facevisitor-bdf.cpp ├── facevisitor-bdf.h ├── facevisitor-charcodes.cpp ├── facevisitor-charcodes.h ├── facevisitor-cid.cpp ├── facevisitor-cid.h ├── facevisitor-colrv1.cpp ├── facevisitor-colrv1.h ├── facevisitor-gasp.cpp ├── facevisitor-gasp.h ├── facevisitor-kerning.cpp ├── facevisitor-kerning.h ├── facevisitor-loadglyphs-bitmaps.cpp ├── facevisitor-loadglyphs-bitmaps.h ├── facevisitor-loadglyphs-outlines.cpp ├── facevisitor-loadglyphs-outlines.h ├── facevisitor-loadglyphs.cpp ├── facevisitor-loadglyphs.h ├── facevisitor-multiplemasters.cpp ├── facevisitor-multiplemasters.h ├── facevisitor-renderglyphs.cpp ├── facevisitor-renderglyphs.h ├── facevisitor-sfntnames.cpp ├── facevisitor-sfntnames.h ├── facevisitor-subglyphs.cpp ├── facevisitor-subglyphs.h ├── facevisitor-trackkerning.cpp ├── facevisitor-trackkerning.h ├── facevisitor-truetypetables.cpp ├── facevisitor-truetypetables.h ├── facevisitor-type1tables.cpp ├── facevisitor-type1tables.h ├── facevisitor-variants.cpp ├── facevisitor-variants.h ├── facevisitor-windowsfnt.cpp ├── facevisitor-windowsfnt.h ├── facevisitor.h ├── glyphvisitor-bitmap-handling.cpp ├── glyphvisitor-bitmap-handling.h ├── glyphvisitor-cbox.cpp ├── glyphvisitor-cbox.h ├── glyphvisitor-outlines.cpp ├── glyphvisitor-outlines.h ├── glyphvisitor-transform.cpp ├── glyphvisitor-transform.h └── glyphvisitor.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/README.md -------------------------------------------------------------------------------- /fuzzing/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/bdf-render/bungeman/HangingS-16.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bdf-render/bungeman/HangingS-16.bdf -------------------------------------------------------------------------------- /fuzzing/corpora/bdf-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bdf-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/bdf/bungeman/HangingS-16.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bdf/bungeman/HangingS-16.bdf -------------------------------------------------------------------------------- /fuzzing/corpora/bdf/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bdf/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/bzip2/cherusker/freetype.ico.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bzip2/cherusker/freetype.ico.bz2 -------------------------------------------------------------------------------- /fuzzing/corpora/bzip2/cherusker/hello-world.txt.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bzip2/cherusker/hello-world.txt.bz2 -------------------------------------------------------------------------------- /fuzzing/corpora/bzip2/cherusker/lorem-ipsum.txt.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/bzip2/cherusker/lorem-ipsum.txt.bz2 -------------------------------------------------------------------------------- /fuzzing/corpora/cff-ftengine/bungeman/HangingS.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-ftengine/bungeman/HangingS.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-ftengine/bungeman/HangingS_cid.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-ftengine/bungeman/HangingS_cid.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render-ftengine/bungeman/HangingS.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render-ftengine/bungeman/HangingS.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render-ftengine/bungeman/HangingS_cid.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render-ftengine/bungeman/HangingS_cid.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/bungeman/HangingS.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/bungeman/HangingS.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/bungeman/HangingS_cid.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/bungeman/HangingS_cid.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/oss-fuzz/5710642395742208-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/oss-fuzz/5710642395742208-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/oss-fuzz/5738877846290432-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/oss-fuzz/5738877846290432-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/oss-fuzz/5748210432737280-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/oss-fuzz/5748210432737280-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/cff-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff/bungeman/HangingS.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/bungeman/HangingS.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff/bungeman/HangingS_cid.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/bungeman/HangingS_cid.otf -------------------------------------------------------------------------------- /fuzzing/corpora/cff/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/09869-5113043892568064-assert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/09869-5113043892568064-assert -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/12137-5631816648622080-assert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/12137-5631816648622080-assert -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/5113043892568064-assert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/5113043892568064-assert -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/5413513999679488-abrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/5413513999679488-abrt -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/6208901308481536-null-dereference: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/6208901308481536-null-dereference -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/6301735172702208-null-dereference: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/6301735172702208-null-dereference -------------------------------------------------------------------------------- /fuzzing/corpora/cff/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cff/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-ftengine/bungeman/HangingS.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-ftengine/bungeman/HangingS.cid -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render-ftengine/bungeman/HangingS.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render-ftengine/bungeman/HangingS.cid -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render/bungeman/HangingS.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render/bungeman/HangingS.cid -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1/bungeman/HangingS.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1/bungeman/HangingS.cid -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1/bungeman/HangingS_hex.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1/bungeman/HangingS_hex.cid -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1/oss-fuzz/5415434294657024-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1/oss-fuzz/5415434294657024-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/cidtype1/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/cidtype1/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_0.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_1.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_10.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_11.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_12.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_13.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_13.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_14.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_14.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_15.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_15.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_3.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_4.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_5.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_6.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_7.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_7.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_8.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/more_samples-glyf_colrv1_9.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/more_samples-glyf_colrv1_9.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_0.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_1.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_10.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_11.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_12.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_13.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_13.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_14.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_14.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_15.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_15.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_16.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_16.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_17.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_17.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_18.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_18.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_19.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_19.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_20.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_20.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_21.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_21.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_22.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_22.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_23.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_23.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_24.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_24.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_25.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_25.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_26.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_26.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_27.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_27.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_28.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_28.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_29.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_29.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_3.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_30.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_30.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_31.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_31.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_32.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_32.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_33.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_33.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_34.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_34.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_35.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_35.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_36.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_36.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_37.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_37.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_38.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_38.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_39.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_39.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_4.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_40.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_40.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_41.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_41.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_42.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_42.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_43.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_43.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_44.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_44.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_45.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_45.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_46.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_46.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_47.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_47.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_48.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_48.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_49.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_49.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_5.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_6.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_7.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_7.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_8.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_9.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/noto_complex_glyphs_colrv1_9.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_0.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_1.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_10.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_100.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_100.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_101.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_101.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_102.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_102.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_103.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_103.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_104.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_104.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_105.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_105.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_106.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_106.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_107.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_107.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_108.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_108.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_109.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_109.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_11.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_110.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_110.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_111.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_111.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_112.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_112.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_113.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_113.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_114.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_114.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_115.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_115.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_116.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_116.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_117.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_117.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_118.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_118.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_119.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_119.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_12.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_120.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_120.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_121.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_121.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_122.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_122.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_123.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_123.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_124.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_124.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_125.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_125.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_126.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_126.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_127.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_127.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_128.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_128.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_129.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_129.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_13.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_13.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_130.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_130.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_131.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_131.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_132.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_132.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_133.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_133.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_134.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_134.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_135.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_135.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_136.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_136.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_137.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_137.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_138.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_138.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_139.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_139.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_14.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_14.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_140.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_140.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_141.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_141.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_142.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_142.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_143.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_143.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_144.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_144.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_145.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_145.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_146.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_146.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_147.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_147.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_148.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_148.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_149.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_149.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_15.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_15.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_150.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_150.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_151.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_151.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_152.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_152.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_153.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_153.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_154.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_154.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_155.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_155.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_156.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_156.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_16.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_16.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_17.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_17.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_18.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_18.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_19.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_19.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_20.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_20.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_21.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_21.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_22.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_22.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_23.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_23.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_24.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_24.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_25.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_25.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_26.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_26.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_27.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_27.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_28.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_28.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_29.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_29.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_3.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_30.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_30.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_31.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_31.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_32.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_32.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_33.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_33.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_34.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_34.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_35.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_35.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_36.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_36.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_37.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_37.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_38.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_38.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_39.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_39.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_4.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_40.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_40.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_41.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_41.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_42.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_42.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_43.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_43.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_44.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_44.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_45.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_45.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_46.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_46.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_47.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_47.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_48.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_48.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_49.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_49.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_5.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_50.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_50.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_51.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_51.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_52.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_52.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_53.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_53.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_54.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_54.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_55.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_55.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_56.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_56.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_57.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_57.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_58.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_58.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_59.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_59.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_6.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_60.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_60.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_61.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_61.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_62.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_62.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_63.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_63.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_64.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_64.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_65.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_65.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_66.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_66.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_67.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_67.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_68.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_68.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_69.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_69.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_7.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_7.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_70.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_70.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_71.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_71.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_72.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_72.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_73.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_73.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_74.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_74.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_75.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_75.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_76.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_76.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_77.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_77.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_78.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_78.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_79.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_79.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_8.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_80.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_80.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_81.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_81.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_82.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_82.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_83.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_83.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_84.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_84.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_85.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_85.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_86.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_86.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_87.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_87.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_88.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_88.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_89.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_89.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_9.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_9.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_90.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_90.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_91.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_91.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_92.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_92.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_93.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_93.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_94.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_94.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_95.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_95.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_96.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_96.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_97.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_97.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_98.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_98.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_99.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_99.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_0.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_1.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_10.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_100.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_100.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_101.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_101.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_102.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_102.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_103.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_103.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_104.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_104.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_105.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_105.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_106.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_106.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_107.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_107.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_108.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_108.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_109.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_109.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_11.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_110.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_110.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_111.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_111.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_112.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_112.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_113.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_113.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_114.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_114.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_115.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_115.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_116.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_116.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_117.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_117.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_118.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_118.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_119.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_119.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_12.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_120.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_120.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_121.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_121.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_122.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_122.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_123.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_123.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_124.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_124.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_125.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_125.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_126.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_126.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_127.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_127.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_128.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_128.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_129.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_129.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_13.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_13.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_130.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_130.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_131.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_131.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_132.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_132.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_133.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_133.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_134.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_134.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_135.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_135.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_136.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_136.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_137.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_137.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_138.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_138.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_139.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_139.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_14.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_14.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_140.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_140.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_141.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_141.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_142.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_142.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_143.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_143.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_144.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_144.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_145.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_145.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_146.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_146.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_147.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_147.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_148.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_148.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_149.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_149.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_15.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_15.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_150.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_150.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_151.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_151.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_152.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_152.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_153.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_153.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_154.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_154.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_155.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_155.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_156.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_156.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_16.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_16.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_17.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_17.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_18.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_18.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_19.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_19.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_20.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_20.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_21.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_21.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_22.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_22.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_23.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_23.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_24.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_24.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_25.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_25.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_26.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_26.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_27.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_27.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_28.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_28.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_29.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_29.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_3.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_30.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_30.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_31.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_31.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_32.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_32.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_33.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_33.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_34.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_34.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_35.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_35.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_36.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_36.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_37.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_37.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_38.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_38.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_39.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_39.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_4.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_40.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_40.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_41.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_41.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_42.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_42.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_43.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_43.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_44.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_44.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_45.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_45.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_46.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_46.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_47.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_47.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_48.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_48.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_49.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_49.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_5.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_50.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_50.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_51.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_51.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_52.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_52.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_53.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_53.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_54.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_54.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_55.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/colrv1/test_glyphs-glyf_colr_1_variable_55.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-bitmaps-pcf/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-bitmaps-pcf/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/CMap2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/CMap2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/Composite.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/Composite.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/Distortable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/Distortable.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/HangingS.dfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/HangingS.dfont -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/HangingS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/HangingS.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/HangingS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/HangingS.woff -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/bungeman/UVSTest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/bungeman/UVSTest.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/glyphs-outlines/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/glyphs-outlines/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/gzip/cherusker/freetype.ico.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/gzip/cherusker/freetype.ico.gz -------------------------------------------------------------------------------- /fuzzing/corpora/gzip/cherusker/hello-world.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/gzip/cherusker/hello-world.txt.gz -------------------------------------------------------------------------------- /fuzzing/corpora/gzip/cherusker/lorem-ipsum.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/gzip/cherusker/lorem-ipsum.txt.gz -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/4781190976372736-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/4781190976372736-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/4823528622784512-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/4823528622784512-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/4899530552115200-direct-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/4899530552115200-direct-leak -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5068840640708608-out-of-memory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5201957899730944-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5201957899730944-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5205449657810944-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5205449657810944-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5309571281190912-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5309571281190912-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5361243305017344-direct-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5361243305017344-direct-leak -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5614324305362944-direct-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5614324305362944-direct-leak -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5662671558934528-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5662671558934528-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5738390674735104-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5738390674735104-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/5782395752022016-direct-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/5782395752022016-direct-leak -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/6551997896458240-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/6551997896458240-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/6626987252645888-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/6626987252645888-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/6673819709210624-null-dereference: -------------------------------------------------------------------------------- 1 | %!FontType 2 | /Private/CharStrings 3 | 3/ 8(y)eexec 4 | 3Ce% -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/other/2018-05-30-pointer-underflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/other/2018-05-30-pointer-underflow -------------------------------------------------------------------------------- /fuzzing/corpora/legacy/other/2018-06-16-unsigned-underflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/legacy/other/2018-06-16-unsigned-underflow -------------------------------------------------------------------------------- /fuzzing/corpora/lzw/cherusker/freetype.ico.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/lzw/cherusker/freetype.ico.Z -------------------------------------------------------------------------------- /fuzzing/corpora/lzw/cherusker/hello-world.txt.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/lzw/cherusker/hello-world.txt.Z -------------------------------------------------------------------------------- /fuzzing/corpora/lzw/cherusker/lorem-ipsum.txt.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/lzw/cherusker/lorem-ipsum.txt.Z -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/bungeman/HangingS-16lL.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/bungeman/HangingS-16lL.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/bungeman/HangingS-16lM.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/bungeman/HangingS-16lM.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/bungeman/HangingS-16mL.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/bungeman/HangingS-16mL.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/bungeman/HangingS-16mM.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/bungeman/HangingS-16mM.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/oss-fuzz/5679873275199488-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/oss-fuzz/5679873275199488-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/pcf-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/pcf/bungeman/HangingS-16lL.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf/bungeman/HangingS-16lL.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf/bungeman/HangingS-16lM.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf/bungeman/HangingS-16lM.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf/bungeman/HangingS-16mL.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf/bungeman/HangingS-16mL.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf/bungeman/HangingS-16mM.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf/bungeman/HangingS-16mM.pcf -------------------------------------------------------------------------------- /fuzzing/corpora/pcf/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/pcf/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/CMap2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/CMap2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/Composite.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/Composite.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/Distortable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/Distortable.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/HangingS.dfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/HangingS.dfont -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/HangingS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/HangingS.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/HangingS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/HangingS.woff -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/bungeman/UVSTest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/bungeman/UVSTest.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i35/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i35/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/CMap2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/CMap2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/Composite.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/Composite.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/Distortable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/Distortable.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/HangingS.dfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/HangingS.dfont -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/HangingS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/HangingS.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/HangingS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/HangingS.woff -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/bungeman/UVSTest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/bungeman/UVSTest.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render-i38/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render-i38/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/CMap2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/CMap2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/Composite.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/Composite.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/Distortable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/Distortable.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/HangingS.dfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/HangingS.dfont -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/HangingS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/HangingS.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/HangingS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/HangingS.woff -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/UVSTest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/UVSTest.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/cbdt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/cbdt.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/bungeman/sbix.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/bungeman/sbix.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/oss-fuzz/CVE-2020-15999.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/oss-fuzz/CVE-2020-15999.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/CMap2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/CMap2.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/Composite.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/Composite.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/Distortable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/Distortable.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/HangingS.dfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/HangingS.dfont -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/HangingS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/HangingS.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/HangingS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/HangingS.woff -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/bungeman/UVSTest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/bungeman/UVSTest.ttf -------------------------------------------------------------------------------- /fuzzing/corpora/truetype/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/truetype/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/DistortableMM.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/DistortableMM.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/DistortableMM.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/DistortableMM.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/HangingS.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/HangingS.bin -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/HangingS.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/HangingS.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/HangingS.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/HangingS.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/HangingS.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/HangingS.ps -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.bin -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/bungeman/HangingS.ps -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-ftengine/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-ftengine/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-tar/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-tar/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render-tar/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render-tar/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/DistortableMM.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/DistortableMM.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/DistortableMM.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/DistortableMM.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/HangingS.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/HangingS.bin -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/HangingS.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/HangingS.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/HangingS.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/HangingS.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/HangingS.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/HangingS.ps -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfa_afm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfa_afm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfa_pfm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfa_pfm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfb_afm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfb_afm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfb_pfm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/DistortableMM_pfb_pfm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/HangingS_pfa_afm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/HangingS_pfa_afm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/HangingS_pfa_pfm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/HangingS_pfa_pfm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/HangingS_pfb_afm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/HangingS_pfb_afm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/HangingS_pfb_pfm.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/HangingS_pfb_pfm.tar -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1-tar/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1-tar/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/DistortableMM.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/DistortableMM.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/DistortableMM.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/DistortableMM.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/HangingS.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/HangingS.bin -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/HangingS.pfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/HangingS.pfa -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/HangingS.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/HangingS.pfb -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/HangingS.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/HangingS.ps -------------------------------------------------------------------------------- /fuzzing/corpora/type1/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type1/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type1/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type42-render/bungeman/HangingS.t42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type42-render/bungeman/HangingS.t42 -------------------------------------------------------------------------------- /fuzzing/corpora/type42-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type42-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type42-render/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type42-render/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/type42/bungeman/HangingS.t42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type42/bungeman/HangingS.t42 -------------------------------------------------------------------------------- /fuzzing/corpora/type42/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/type42/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt-render/bungeman/HangingS-16.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt-render/bungeman/HangingS-16.fnt -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt-render/bungeman/HangingS-PE.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt-render/bungeman/HangingS-PE.fon -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt-render/bungeman/HangingS.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt-render/bungeman/HangingS.fon -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt-render/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt-render/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/bungeman/HangingS-16.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/bungeman/HangingS-16.fnt -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/bungeman/HangingS-PE.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/bungeman/HangingS-PE.fon -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/bungeman/HangingS.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/bungeman/HangingS.fon -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/bungeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/bungeman/README.md -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/oss-fuzz/5120086263201792-timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/oss-fuzz/5120086263201792-timeout -------------------------------------------------------------------------------- /fuzzing/corpora/windowsfnt/oss-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/corpora/windowsfnt/oss-fuzz/README.md -------------------------------------------------------------------------------- /fuzzing/scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/README.md -------------------------------------------------------------------------------- /fuzzing/scripts/build-fuzzers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build-fuzzers.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/brotli.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/brotli.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/bzip2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/bzip2.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/freetype.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/freetype.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/glog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/glog.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/libarchive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/libarchive.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/libcxx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/libcxx.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/libpng.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/libpng.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/targets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/targets.sh -------------------------------------------------------------------------------- /fuzzing/scripts/build/zlib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/build/zlib.sh -------------------------------------------------------------------------------- /fuzzing/scripts/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/cleanup.sh -------------------------------------------------------------------------------- /fuzzing/scripts/custom-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/custom-build.sh -------------------------------------------------------------------------------- /fuzzing/scripts/prepare-oss-fuzz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/prepare-oss-fuzz.sh -------------------------------------------------------------------------------- /fuzzing/scripts/run-travis-ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/run-travis-ci.sh -------------------------------------------------------------------------------- /fuzzing/scripts/travis-ci/oss-fuzz-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/travis-ci/oss-fuzz-build.sh -------------------------------------------------------------------------------- /fuzzing/scripts/travis-ci/regression-suite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/scripts/travis-ci/regression-suite.sh -------------------------------------------------------------------------------- /fuzzing/settings/freetype2/ftoption.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/freetype2/ftoption.patch -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/bdf-render.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/bdf.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/bdf.dict -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/bdf.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/bdf.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/bzip2.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 500 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cff-ftengine.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cff-render-ftengine.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cff-render.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cff.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cidtype1-ftengine.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/cidtype1-ftengine.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cidtype1-render-ftengine.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/cidtype1-render-ftengine.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cidtype1-render.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/cidtype1-render.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/cidtype1.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/cidtype1.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/colrv1.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 120000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/glyphs-bitmaps-pcf.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/glyphs-outlines.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/gzip.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 500 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/legacy.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/lzw.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 600 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/pcf-render.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/pcf.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/truetype-render-i35.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/truetype-render-i38.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/truetype-render.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/truetype.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1-ftengine.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type1-ftengine.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1-render-ftengine.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type1-render-ftengine.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1-render-tar.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1-render.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type1-render.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1-tar.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type1.dict -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type1.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type1.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type42-render.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type42-render.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/type42.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/settings/oss-fuzz/type42.options -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/windowsfnt-render.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/settings/oss-fuzz/windowsfnt.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 30000 3 | -------------------------------------------------------------------------------- /fuzzing/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/README.md -------------------------------------------------------------------------------- /fuzzing/src/driver/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/driver/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/src/driver/DriverInternals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/driver/DriverInternals.cpp -------------------------------------------------------------------------------- /fuzzing/src/driver/DriverInternals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/driver/DriverInternals.h -------------------------------------------------------------------------------- /fuzzing/src/driver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/driver/README.md -------------------------------------------------------------------------------- /fuzzing/src/driver/driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/driver/driver.cpp -------------------------------------------------------------------------------- /fuzzing/src/fuzzers/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/fuzzers/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/src/fuzzers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/fuzzers/README.md -------------------------------------------------------------------------------- /fuzzing/src/fuzzers/template.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/fuzzers/template.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceloaditerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceloaditerator.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceloaditerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceloaditerator.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-bitmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-bitmaps.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-bitmaps.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-multiplemasters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-multiplemasters.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-multiplemasters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-multiplemasters.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-outlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-outlines.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator-outlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator-outlines.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/faceprepiterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/faceprepiterator.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphloaditerator-naive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphloaditerator-naive.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphloaditerator-naive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphloaditerator-naive.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphloaditerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphloaditerator.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphloaditerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphloaditerator.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphrenderiterator-allmodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphrenderiterator-allmodes.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphrenderiterator-allmodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphrenderiterator-allmodes.h -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphrenderiterator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphrenderiterator.cpp -------------------------------------------------------------------------------- /fuzzing/src/iterators/glyphrenderiterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/iterators/glyphrenderiterator.h -------------------------------------------------------------------------------- /fuzzing/src/legacy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/README.md -------------------------------------------------------------------------------- /fuzzing/src/legacy/README.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/README.old -------------------------------------------------------------------------------- /fuzzing/src/legacy/ftfuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/ftfuzzer.cc -------------------------------------------------------------------------------- /fuzzing/src/legacy/ftmutator.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/ftmutator.cc -------------------------------------------------------------------------------- /fuzzing/src/legacy/rasterfuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/rasterfuzzer.cc -------------------------------------------------------------------------------- /fuzzing/src/legacy/runinput.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/legacy/runinput.cc -------------------------------------------------------------------------------- /fuzzing/src/targets/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/src/targets/FaceFuzzTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/FaceFuzzTarget.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/FaceFuzzTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/FaceFuzzTarget.h -------------------------------------------------------------------------------- /fuzzing/src/targets/FuzzTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/FuzzTarget.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/FuzzTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/FuzzTarget.h -------------------------------------------------------------------------------- /fuzzing/src/targets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/README.md -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/README.md -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/bdf-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/bdf-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/bdf-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/bdf-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/bdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/bdf.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/bdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/bdf.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-ftengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-ftengine.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-render-ftengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-render-ftengine.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-render-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-render-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cff.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1-ftengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1-ftengine.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1-render-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1-render-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/cidtype1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/cidtype1.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/colrv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/colrv1.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/colrv1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/colrv1.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/pcf-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/pcf-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/pcf-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/pcf-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/pcf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/pcf.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/pcf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/pcf.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render-i35.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render-i35.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render-i35.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render-i35.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render-i38.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render-i38.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render-i38.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render-i38.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/truetype.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-ftengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-ftengine.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render-ftengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render-ftengine.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render-ftengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render-ftengine.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render-tar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render-tar.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render-tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render-tar.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-tar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-tar.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1-tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1-tar.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type1.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type42-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type42-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type42-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type42-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type42.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type42.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/type42.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/type42.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/windowsfnt-render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/windowsfnt-render.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/windowsfnt-render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/windowsfnt-render.h -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/windowsfnt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/windowsfnt.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/font-drivers/windowsfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/font-drivers/windowsfnt.h -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/bitmaps-pcf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/bitmaps-pcf.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/bitmaps-pcf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/bitmaps-pcf.h -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/bitmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/bitmaps.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/bitmaps.h -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/outlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/outlines.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/glyphs/outlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/glyphs/outlines.h -------------------------------------------------------------------------------- /fuzzing/src/targets/support/Bzip2FuzzTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/Bzip2FuzzTarget.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/support/Bzip2FuzzTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/Bzip2FuzzTarget.h -------------------------------------------------------------------------------- /fuzzing/src/targets/support/GzipFuzzTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/GzipFuzzTarget.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/support/GzipFuzzTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/GzipFuzzTarget.h -------------------------------------------------------------------------------- /fuzzing/src/targets/support/LzwFuzzTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/LzwFuzzTarget.cpp -------------------------------------------------------------------------------- /fuzzing/src/targets/support/LzwFuzzTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/targets/support/LzwFuzzTarget.h -------------------------------------------------------------------------------- /fuzzing/src/utils/FreeTypeStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/FreeTypeStream.cpp -------------------------------------------------------------------------------- /fuzzing/src/utils/FreeTypeStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/FreeTypeStream.h -------------------------------------------------------------------------------- /fuzzing/src/utils/faceloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/faceloader.cpp -------------------------------------------------------------------------------- /fuzzing/src/utils/faceloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/faceloader.h -------------------------------------------------------------------------------- /fuzzing/src/utils/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/logging.h -------------------------------------------------------------------------------- /fuzzing/src/utils/noncopyable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/noncopyable.h -------------------------------------------------------------------------------- /fuzzing/src/utils/tarreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/tarreader.cpp -------------------------------------------------------------------------------- /fuzzing/src/utils/tarreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/tarreader.h -------------------------------------------------------------------------------- /fuzzing/src/utils/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/utils.cpp -------------------------------------------------------------------------------- /fuzzing/src/utils/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/utils/utils.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-autohinter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-autohinter.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-autohinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-autohinter.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-bdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-bdf.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-bdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-bdf.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-charcodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-charcodes.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-charcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-charcodes.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-cid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-cid.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-cid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-cid.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-colrv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-colrv1.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-colrv1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-colrv1.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-gasp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-gasp.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-gasp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-gasp.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-kerning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-kerning.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-kerning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-kerning.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs-bitmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs-bitmaps.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs-bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs-bitmaps.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs-outlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs-outlines.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs-outlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs-outlines.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-loadglyphs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-loadglyphs.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-multiplemasters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-multiplemasters.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-multiplemasters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-multiplemasters.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-renderglyphs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-renderglyphs.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-renderglyphs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-renderglyphs.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-sfntnames.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-sfntnames.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-sfntnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-sfntnames.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-subglyphs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-subglyphs.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-subglyphs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-subglyphs.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-trackkerning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-trackkerning.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-trackkerning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-trackkerning.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-truetypetables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-truetypetables.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-truetypetables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-truetypetables.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-type1tables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-type1tables.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-type1tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-type1tables.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-variants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-variants.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-variants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-variants.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-windowsfnt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-windowsfnt.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor-windowsfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor-windowsfnt.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/facevisitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/facevisitor.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-bitmap-handling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-bitmap-handling.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-bitmap-handling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-bitmap-handling.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-cbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-cbox.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-cbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-cbox.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-outlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-outlines.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-outlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-outlines.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-transform.cpp -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor-transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor-transform.h -------------------------------------------------------------------------------- /fuzzing/src/visitors/glyphvisitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freetype/freetype2-testing/HEAD/fuzzing/src/visitors/glyphvisitor.h --------------------------------------------------------------------------------