Tim Peters
1fbb577ee2
SF bug #494738 : binascii_b2a_base64 overwrites memory.
...
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.
2001-12-19 04:41:35 +00:00
..
2001-09-20 10:35:46 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-04 21:40:53 +00:00
2001-11-28 20:27:42 +00:00
2001-12-09 16:13:15 +00:00
2001-11-28 20:27:42 +00:00
2001-12-09 23:15:56 +00:00
2001-10-23 21:12:47 +00:00
2001-12-06 19:04:35 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-07 00:37:39 +00:00
2001-12-19 04:41:35 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-09-06 08:16:17 +00:00
2001-08-30 00:12:32 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-02 18:31:02 +00:00
2001-12-08 18:02:58 +00:00
2001-12-02 10:15:37 +00:00
2001-12-04 01:11:32 +00:00
2001-12-02 10:15:37 +00:00
2001-12-02 23:56:28 +00:00
2001-12-08 18:02:58 +00:00
2001-12-06 06:23:26 +00:00
2001-09-06 08:16:17 +00:00
2001-09-24 17:14:40 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-11-13 20:11:55 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-11-28 20:27:42 +00:00
2001-12-08 18:02:58 +00:00
2001-09-17 16:19:16 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-08-30 00:13:38 +00:00
2001-10-17 13:46:44 +00:00
2001-12-08 18:02:58 +00:00
2001-10-01 17:58:40 +00:00
2001-12-02 10:15:37 +00:00
2001-11-28 22:07:30 +00:00
2001-10-24 20:42:55 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-06 14:34:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-09 23:15:56 +00:00
2001-11-30 07:23:05 +00:00
2001-12-08 18:02:58 +00:00
2001-12-08 18:02:58 +00:00
2001-12-17 18:26:19 +00:00
2001-12-08 18:02:58 +00:00