mirror of
https://github.com/encounter/SDL.git
synced 2025-07-07 05:35:58 +00:00
If the size to be allocated is very large and untrusted, then adding the padding etc. might be enough to cause unsigned overflow, after which a very small amount of memory will be allocated. Signed-off-by: Simon McVittie <smcv@collabora.com>