]> granicus.if.org Git - python/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)
commit99b5afab74428e5ddfd877bdf3aa8a8c479696b1
tree44293ac5d0a038577e6d671f2488126ef3cab7eb
parent80e6af1f61f2d63ff45ada00be841db9ad5e6c9f
in scan_once, prevent the reading of arbitrary memory when passed a negative index

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