[issue15737] NULL dereference in zipimport.c

2012-08-20 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected

[issue15737] NULL dereference in zipimport.c

2012-08-20 Thread Martin v . Löwis
Martin v. Löwis added the comment: LGTM. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue15737] NULL dereference in zipimport.c

2012-08-20 Thread Stefan Krah
New submission from Stefan Krah: There's a use of an unchecked return value in zipimport.c. Patch attached. -- components: Extension Modules files: zipimport_null_dereference.diff keywords: patch messages: 168644 nosy: skrah priority: normal severity: normal stage: patch review status: o