ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively large radius to AddCircle(). (#6657, #5317)

This commit is contained in:
EggsyCRO
2023-07-27 21:56:18 +02:00
committed by ocornut
parent f8c768760b
commit 52587c28d6
2 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,8 @@ Other changes:
- Sliders: Fixed an integer overflow and div-by-zero in SliderInt() when
v_max=INT_MAX (#6675, #6679) [@jbarthelmes]
- ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively
large radius to AddCircle(). (#6657, #5317) [@EggsyCRO, @jdpatdiscord]
-----------------------------------------------------------------------