Dear FreeType Developers, I would like to request a review for Pull Request #143 in the freetype2-testing repository:
https://github.com/freetype/freetype2-testing/pull/143 This PR implements significant improvements to our fuzzing infrastructure: 1. Structure-Aware Cache Fuzzer: Refactored to a command-driven interpreter to test complex FTC_Manager state transitions. 2. New Properties Fuzzer: Added FaceVisitorProperties to test the FT_Face_Properties API. 3. Enhanced PFR Coverage: Expanded FaceVisitorPfr to test a wider range of glyph indices and kerning. 4. Multi-Sanitizer Support: Updated build scripts to support MemorySanitizer (MSan) and standalone UBSan via dynamic library path resolution. 5. Smart Seed Generation: Included scripts to generate "polyglot" seeds for efficient fuzzing. These changes have been verified locally with ASan, UBSan, and coverage tools. Your feedback would be greatly appreciated. Best regards, Leslie
