f02d1a43c6
The final addition (cur += step) may overflow, so use size_t for "cur".
"cur" is always positive (even for negative steps), so it is safe to use
size_t here.
Co-Authored-By: Martin Panter <vadmium+py@gmail.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
macholib | ||
test | ||
__init__.py | ||
_aix.py | ||
_endian.py | ||
util.py | ||
wintypes.py |