commit | eba24bb920339038b473e8714690080009cb0d3a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 19 04:47:13 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 19 04:47:13 1999 +0000 |
tree | dd4c12c26f06020a692168c82ae27c789bef952c | |
parent | 88d23309e937df1cf99e9a649a7b2684fc1159c5 [diff] |
Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call _PyString_Resize() with a negative size.