Skip to content

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

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

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

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 3.6 labels May 5, 2017
@serhiy-storchaka serhiy-storchaka merged commit 39b73dd into python:3.6 May 5, 2017
@serhiy-storchaka serhiy-storchaka deleted the backport-76a3e51-3.6 branch May 5, 2017 07:40
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