]> 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)
commit89ff3c7f20ef2451041f80350f4718e3e4e735a1
treebc874ffd4310f75cb1b83885daedba6fe339a0a6
parent310f81449a5d95d4d30a17a348929cb91b6e8307
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