Open cym13 opened 5 years ago
Hi,
Using recent DMD a deprecation shows for using an int to hold the index in a foreach. So far I've found 3 places:
Those could turn into integer overflow if the length is very large so even though it's unlikely I think it's a clear logic bug.
Hi,
Using recent DMD a deprecation shows for using an int to hold the index in a foreach. So far I've found 3 places:
Those could turn into integer overflow if the length is very large so even though it's unlikely I think it's a clear logic bug.