Files
SDL/src
Sam Lantinga bd27b89903 Prevent potential overflow in rectangle functions
We're limiting the functions to rects with positions and sizes < 1 billion for speed, which is totally fine for most SDL use cases. If you need rectangles larger than that, you can roll your own functions that use 64-bit intermediate values and do proper overflow handling of output values.

Fixes https://github.com/libsdl-org/SDL/issues/8879
2024-07-21 13:04:11 -07:00
..
2024-07-19 10:21:34 +00:00
2024-07-19 10:21:34 +00:00
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00
2024-07-10 00:48:18 -07:00
2024-07-10 00:48:18 -07:00
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00