Files
test2/source
Jesse Yurkovich e739f99468 Fix #110334: int overflow in rna_iterator_array_begin
The calculation for `endptr` would overflow when multiplying `length`
and `itemsize`. A similar issue was spotted for `rna_array_lookup_int`.

Ref !141061
2025-07-24 21:46:14 +10:00
..