]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24613: Calling array.fromstring() with self is no longer allowed
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jul 2015 05:49:37 +0000 (08:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jul 2015 05:49:37 +0000 (08:49 +0300)
commitcf74c1996e084aa840db0782da833f640a3923e3
treec6c1f2619f71dceb38bab0f5671cdec207062d63
parent7f18ac4a5962365a948d118176075e2ca045fdc7
Issue #24613: Calling array.fromstring() with self is no longer allowed
to prevent the use-after-free error.  Patch by John Leitch.
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c