]> granicus.if.org Git - python/commit
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 01:50:48 +0000 (03:50 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 01:50:48 +0000 (03:50 +0200)
commit19606411d32fb0f8107f2d7843cfe0f96cc48338
tree231d947d901bce297038904051ba30879c3561e3
parentbdc7e69f42fbb769f96fb970c9883a9a0c953b71
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte
Modules/_io/_iomodule.c