1. 19 Dec, 2001 2 commits
    • Tim Peters's avatar
      SF bug #494738: binascii_b2a_base64 overwrites memory. · 1fbb577e
      Tim Peters authored
      binascii_b2a_base64():  We didn't allocate enough buffer space for very
      short inputs (e.g., a 1-byte input can produce a 5-byte output, but we
      only allocated 2 bytes).  I expect that malloc overheads absorbed the
      overrun in practice, but computing a correct upper bound is a very simple
      change.
      1fbb577e
    • Tim Peters's avatar
      SF bug #494668: PUSH() should assert-fail on overflow. · b6d14daa
      Tim Peters authored
      eval_frame():  Added asserts to the top of the eval loop, to verify
      that the eval stack pointer is in bounds, plus some comments.
      b6d14daa
  2. 18 Dec, 2001 16 commits
  3. 17 Dec, 2001 12 commits
  4. 16 Dec, 2001 4 commits
  5. 15 Dec, 2001 6 commits