]> granicus.if.org Git - python/commit
Fix off-by-one bug in memmove() call in bytes_insert().
authorGuido van Rossum <guido@python.org>
Tue, 27 Feb 2007 20:57:45 +0000 (20:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 27 Feb 2007 20:57:45 +0000 (20:57 +0000)
commit4fc8ae424f915d07ff56d32dceec3d2c4a89560e
tree27c11de69e5ec8b118ccade9865adf1b84c93ffc
parent6f8fe151da16f43fc5d0c5167fc3d9432f993f70
Fix off-by-one bug in memmove() call in bytes_insert().
Fix by Pete Shinners (for his own bug :-).
Objects/bytesobject.c