]> granicus.if.org Git - python/commit
prevent symtable_params() from dereferencing off the end of the
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 23 Jan 2001 00:50:52 +0000 (00:50 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 23 Jan 2001 00:50:52 +0000 (00:50 +0000)
commit1113cfc767e4db1f5dc4a3d223cc0cbb4f9313b8
tree8b1b453abcd018436fbfad648905f508cce2bece
parent89a27ec01c08beeeef69bfe34a627a1ec70aca56
prevent symtable_params() from dereferencing off the end of the
varagslist node. based on fix from Thomas Wouters.
Python/compile.c