]> granicus.if.org Git - python/commit
Fix possible undefined behaviour from signed overflow in struct module.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 20:27:05 +0000 (20:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 20:27:05 +0000 (20:27 +0000)
commit40228912c8b3315ff270b50df45f16b5561d529f
tree5fff4c4b577b4b9389488bc7b6ca133a75a3b8f5
parentb65bd2e3ebac5c81a9d92a00d8bb80ca1ffe5175
Fix possible undefined behaviour from signed overflow in struct module.

Backport of revisions 81897, 81898 and 81902 from py3k.
Lib/test/test_struct.py
Modules/_struct.c