This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年07月26日 13:45 by christian.heimes, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pickle_pylong_null.patch | christian.heimes, 2013年07月26日 13:45 | |||
| Messages (4) | |||
|---|---|---|---|
| msg193729 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2013年07月26日 13:45 | |
Two functions in _pickle Py_DECREF() a variable although it may be NULL. The patch corrects the error handling paths. CID 1058277 CID 1058278 |
|||
| msg193741 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年07月26日 20:39 | |
The patch looks good to me. |
|||
| msg193742 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年07月26日 20:45 | |
New changeset dbdd07657e23 by Christian Heimes in branch '3.3': Issue #18559: Fix NULL pointer dereference error in _pickle module http://hg.python.org/cpython/rev/dbdd07657e23 New changeset b33f81974516 by Christian Heimes in branch 'default': Issue #18559: Fix NULL pointer dereference error in _pickle module http://hg.python.org/cpython/rev/b33f81974516 |
|||
| msg193743 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2013年07月26日 20:46 | |
Thanks Victor |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:48 | admin | set | github: 62759 |
| 2013年07月26日 20:46:26 | christian.heimes | set | status: open -> closed resolution: fixed messages: + msg193743 stage: patch review -> resolved |
| 2013年07月26日 20:45:57 | python-dev | set | nosy:
+ python-dev messages: + msg193742 |
| 2013年07月26日 20:39:43 | vstinner | set | nosy:
+ vstinner messages: + msg193741 |
| 2013年07月26日 13:45:57 | christian.heimes | create | |