mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Reject negative, oversized, or zero-width PGF table fields before converting them to unsigned size arithmetic or passing them to getBits. Malformed fonts can otherwise trigger undefined shifts and out-of-bounds reads during table parsing.