]> granicus.if.org Git - python/commit
Protect PyErr_Format format string argument from overflow (ironically,
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:22:44 +0000 (22:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:22:44 +0000 (22:22 +0000)
commit0d6b49eff2bae85a7ea5231e665faafc6e598513
tree22e0840bd8f32bf29293267b708789c52f8d5ad1
parentdb9351643dd9019bdbb37dd76710c38b07774ed7
Protect PyErr_Format format string argument from overflow (ironically,
the error was about a bad format string :-).
Python/getargs.c