Skip to content

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

Merged
serhiy-storchaka merged 1 commit intopython:2.7from
serhiy-storchaka:backport-76a3e51-2.7
May 5, 2017
Merged

[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420)#1471
serhiy-storchaka merged 1 commit intopython:2.7from
serhiy-storchaka:backport-76a3e51-2.7

Conversation

@serhiy-storchaka
Copy link
Member

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 76a3e51)

…-1420)

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 76a3e51)
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error cherry-pick for 2.7 labels May 5, 2017
@serhiy-storchaka serhiy-storchaka merged commit 5d7a18f into python:2.7 May 5, 2017
@serhiy-storchaka serhiy-storchaka deleted the backport-76a3e51-2.7 branch May 5, 2017 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants