]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 May 2017 07:40:30 +0000 (10:40 +0300)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 07:40:30 +0000 (10:40 +0300)
commit39b73dd5131ce205dcee3b9e24ba0fc28934d79c
tree8bc58081ecd9e90a4726f0be5d08c91be25b545f
parent9d02f562961efd12d3c8317a10916db7f77330cc
[3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469)

It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed..
(cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)
Misc/NEWS
Modules/_json.c