mirror of
https://github.com/brl/mutter.git
synced 2025-03-24 12:13:52 +00:00

previously we would silently bail out if the given offset + data size would overflow the buffer size. Now we use g_return_val_if_fail so we get a warning if we hit this case.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%