[issue24704] Dereferencing a Null Pointer

2015-07-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Pankaj. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker __

[issue24704] Dereferencing a Null Pointer

2015-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a1a1e3fe837a by Serhiy Storchaka in branch '2.7': Issue #24704: Fixed possible NULL pointer dereferencing in the _json module https://hg.python.org/cpython/rev/a1a1e3fe837a -- nosy: +python-dev ___ Python

[issue24704] Dereferencing a Null Pointer

2015-07-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka stage: -> commit review ___ Python tracker ___ __

[issue24704] Dereferencing a Null Pointer

2015-07-24 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, Reporting bugs for dereferencing a pointer "m" might be NULL. the respective patch have been attached ,please check and review it. thanks! -- components: Extension Modules, Library (Lib) files: Python-2.7.10-json.patch keywords: patch messages: 24