Initialize master pointers to nullptr (#132)

If FT_Get_MM_Var fails, the fuzzer runs into double-free's otherwise.

Part 2 of fixing [1].

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=1360295
2 files changed
tree: 42995b7243b74907a63a330cbe7ceb079e5b4889
  1. external/
  2. fuzzing/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. LICENSE
  7. README.md
README.md

License: GPL v2 Build Status

FreeType

https://www.freetype.org/

FreeType is a freely available software library to render fonts.

Testing

This repository provides testing utilities for FreeType:

  • Fuzzing: house the fuzz targets for OSS-Fuzz and use Travis CI to run a regression test suite of fuzzed samples that uncovered verified and fixed bugs.