[issue25321] Null Dereference "subname" in zipimport.c

2015-10-06 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> not a bug status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue25321] Null Dereference "subname" in zipimport.c

2015-10-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: I don't think get_subname can return NULL. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue25321] Null Dereference "subname" in zipimport.c

2015-10-05 Thread Pankaj Sharma
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