summaryrefslogtreecommitdiff
path: root/Python/pystrtod.c
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2018-09-12 04:18:01 +0500
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-11 16:18:01 -0700
commit6c7d67ce83a62b5f0fe5c53a6df602827451bf7f (patch)
tree124db646c91085418871cb49a645c96c700503d9 /Python/pystrtod.c
parent4859ba0d2ce4506fddc3f55f90f8dce031b3804f (diff)
downloadcpython-git-6c7d67ce83a62b5f0fe5c53a6df602827451bf7f.tar.gz
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Address a C undefined behavior signed integer overflow issue in set object table resizing. Our -fwrapv compiler flag and practical reasons why sets are unlikely to get this large should mean this was never an issue but it was incorrect code that generates code analysis warnings. <!-- issue-number: [bpo-1621](https://www.bugs.python.org/issue1621) --> https://bugs.python.org/issue1621 <!-- /issue-number -->
Diffstat (limited to 'Python/pystrtod.c')
0 files changed, 0 insertions, 0 deletions