]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
in scan_once, prevent the reading of arbitrary memory when passed a negative index
authorBenjamin Peterson <benjamin@python.org>
Mon, 14 Apr 2014 02:10:38 +0000 (22:10 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 14 Apr 2014 02:10:38 +0000 (22:10 -0400)
commit66a316837c3126ba55b47d12a986231a3fbc2873
tree682ae1d455c3169efef0b46f57ccb23461b29699
parent0c8cae16008cecfeafa1ce3bcea76e7db3bb269c
in scan_once, prevent the reading of arbitrary memory when passed a negative index

Bug reported by Guido Vranken.
Lib/json/tests/test_decode.py
Misc/ACKS
Misc/NEWS
Modules/_json.c