summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2008-07-17 16:37:17 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2008-07-17 16:37:17 +0000
commit8628a343d76749a7ef95e85885e0a087d5693736 (patch)
tree3771c386b798c47830188951ec35cd4ba5491a48 /Python/ceval.c
parent8081ab85d0535140f36ebf4cd3d43feae935ebd4 (diff)
downloadcpython-8628a343d76749a7ef95e85885e0a087d5693736.tar.gz
Fix uninitialized memory read for cases like def(f, *): pass
There's not much interesting here. The old code read uninitialized memory but at worst incremented i past NCH(n), but no bad effects followed from that.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions