Fixed an integer overflow and div-by-zero in SliderInt() when v_max is INT_MAX (#6675, #6679)

This commit is contained in:
Johannes Barthelmes
2023-08-02 22:35:15 +02:00
committed by ocornut
parent d6d94d90bf
commit b7a7d673b9
2 changed files with 8 additions and 5 deletions

View File

@ -44,6 +44,9 @@ Breaking changes:
Other changes:
- Sliders: Fixed an integer overflow and div-by-zero in SliderInt() when
v_max=INT_MAX (#6675, #6679) [@jbarthelmes]
-----------------------------------------------------------------------
VERSION 1.89.8 (Released 2023-08-01)