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 2012年08月20日 10:41 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| zipimport_null_dereference.diff | skrah, 2012年08月20日 10:41 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg168644 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年08月20日 10:41 | |
There's a use of an unchecked return value in zipimport.c. Patch attached. |
|||
| msg168648 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年08月20日 11:53 | |
LGTM. |
|||
| msg168650 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月20日 12:18 | |
New changeset c89fe7dc22ee by Stefan Krah in branch 'default': Closes #15737: Fix potential NULL dereference in zipimport.c. http://hg.python.org/cpython/rev/c89fe7dc22ee |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59942 |
| 2012年08月20日 12:18:45 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg168650 resolution: fixed stage: patch review -> resolved |
| 2012年08月20日 11:53:22 | loewis | set | nosy:
+ loewis messages: + msg168648 |
| 2012年08月20日 10:41:17 | skrah | create | |