]> granicus.if.org Git - python/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Wed, 9 May 2007 18:13:53 +0000 (18:13 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 9 May 2007 18:13:53 +0000 (18:13 +0000)
commit0ac60611febb8b73635ea547068843657ee9c491
tree0ac61184cc9d5955873b84ddc5f7faac34fa7fa1
parent6ca6f1472c8d9343f4f0fc8e45fc894c801ae4ca
Backport checkin:
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr()
instead of memchr().
Modules/binascii.c