diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2008-07-17 16:37:17 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2008-07-17 16:37:17 +0000 |
| commit | 8628a343d76749a7ef95e85885e0a087d5693736 (patch) | |
| tree | 3771c386b798c47830188951ec35cd4ba5491a48 /Python/ceval.c | |
| parent | 8081ab85d0535140f36ebf4cd3d43feae935ebd4 (diff) | |
| download | cpython-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
