Issue 15737: NULL dereference in zipimport.c (original) (raw)
Issue15737
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) * ![]() |
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) * ![]() |
Date: 2012-08-20 11:53 |
LGTM. | ||
msg168650 - (view) | Author: Roundup Robot (python-dev) ![]() |
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🔞45 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved |
2012-08-20 11:53:22 | loewis | set | nosy: + loewismessages: + |
2012-08-20 10:41:17 | skrah | create |