[Python-checkins] [python/cpython] 5d7a18: [2.7] bpo-30243: Fixed the possibility of a crash ...

GitHub noreply at github.com
Fri May 5 04:21:47 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 5d7a18f3b65bd958d876391cca3c381396021639
      https://github.com/python/cpython/commit/5d7a18f3b65bd958d876391cca3c381396021639
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M Misc/NEWS
    M Modules/_json.c

  Log Message:
  -----------
  [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)

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)




More information about the Python-checkins mailing list