]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call
authorGuido van Rossum <guido@python.org>
Tue, 19 Oct 1999 04:47:13 +0000 (04:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Oct 1999 04:47:13 +0000 (04:47 +0000)
commiteba24bb920339038b473e8714690080009cb0d3a
treedd4c12c26f06020a692168c82ae27c789bef952c
parent88d23309e937df1cf99e9a649a7b2684fc1159c5
Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call
_PyString_Resize() with a negative size.
Modules/binascii.c