SIGN IN SIGN UP
obsproject / obs-studio UNCLAIMED

OBS Studio - Free and open source software for live streaming and screen recording

0 0 119 C

frontend/widgets: Fix integer overflow

If the crop values combined are larger than the width or height of the
source, an integer overflow will occur.

This fix converts the width/height values to int, and then clamps
any negative values to 0.
L
Lain committed
7f09344989617536d033a02adfbea7303f208d0b
Parent: 22c2ccf
Committed by Ryan Foster <ryan@obsproject.com> on 4/23/2025, 6:07:09 PM