mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
There were several instances of signed integer overflow, avoid them by either restricting the range or switching to unsigned.
There were several instances of signed integer overflow, avoid them by either restricting the range or switching to unsigned.