diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-27 07:25:06 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-27 07:25:06 (GMT) |
commit | c2f011201ae374da4544b93aba09d0279c139c18 (patch) | |
tree | 56c9247f7855e32691c240cb27a3ba1e930801eb /Objects | |
parent | b639d49798ed25d6a79175696a0786da442a6fcc (diff) | |
download | cpython-c2f011201ae374da4544b93aba09d0279c139c18.zip cpython-c2f011201ae374da4544b93aba09d0279c139c18.tar.gz cpython-c2f011201ae374da4544b93aba09d0279c139c18.tar.bz2 |
vgetargskeywords()
+ Squash another potential buffer overrun.
+ Simplify the keyword-arg loop by decrementing the count of keywords
remaining instead of incrementing Yet Another Variable; also break
out early if the number of keyword args remaining hits 0.
Since I hit the function's closing curly brace with this patch, that's
enough of this for now <wink>.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions