[New-bugs-announce] [issue25321] Null Dereference "subname" in zipimport.c

Pankaj Sharma report at bugs.python.org
Tue Oct 6 07:47:16 CEST 2015


New submission from Pankaj Sharma:

Hi ,
The issues reported as String NULL dereferecne at line 
Python-2.7.10/Modules/zipimport.c:266 for "subname" which assigned by
get_subname(fullname) at line 264.so there should be check "subname" for NULL and return error,if it is NULL.
the respective patch have been attached ,please review it.
Thanks

----------
components: Library (Lib)
files: Python-2.7.10-zipimport-01.patch
keywords: patch
messages: 252377
nosy: benjamin.peterson, pankaj.s01, twouters
priority: normal
severity: normal
status: open
title: Null Dereference  "subname" in zipimport.c
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file40695/Python-2.7.10-zipimport-01.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25321>
_______________________________________


More information about the New-bugs-announce mailing list