]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport fixes from 2.32 and 2.29:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 11:30:06 +0000 (11:30 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 11:30:06 +0000 (11:30 +0000)
commitcece2b7da625d3304b653f809e239917339b1659
tree8fdc3801f39cb520b87e9c308a4c48e8c6bf691c
parent9f293569660ee2dca73e375b308fdca350fb6997
backport fixes from 2.32 and 2.29:
  Change the limit on the input size for b2a_base64 to what will fit in
  memory, rather than the standard's 57.
  This fixes SF bug #473009.

  This closes bug #430849 (internal error produced by binascii.a2b_base64)
Modules/binascii.c