mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The `offset + bounds` calculation in the bounds checks could wrap around, bypassing the check. (Follow up to https://github.com/flutter/engine/pull/56928)