]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure the malloc'ed string has space for the null byte.
authorBrett Cannon <bcannon@gmail.com>
Sun, 21 Oct 2007 02:45:33 +0000 (02:45 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 21 Oct 2007 02:45:33 +0000 (02:45 +0000)
commitc2954e5273520031d3debfac8c668b9e611303b3
tree2817d481143f4332d43faf263b2279a27c7a063f
parente453989f2e6ea6d3a30c671f87313905d0c66e5e
Make sure the malloc'ed string has space for the null byte.
Parser/tokenizer.c