]> 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)
commit6c939cb6f6dfbd273609577b0022542d31ae2802
tree36d4c27f55360931fd0837841f012b2480d1a6f0
parent4624b00d67f9218bedf0a51f78414c69eef90dbf
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