[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

[issue24854] Null check handle return by new_string()

2015-08-12 Thread Pankaj Sharma
New submission from Pankaj Sharma: The issue reported in python-2.7.10/Parser/tokenizer.c:237 to handle NULL return by new_string() if PyMem_MALLOC() failed. So need to check for NULL and return to prevent from crash happened in get_normal_name().this issue related with issue18470 has been

[issue24734] Dereferencing a null returning value

2015-07-27 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, there is an issue reported for "dereferencing a null return by function "PyString_FromStringAndSize()" file:Python-2.7.10/Python/compile.c .so there should be check for NULL before dereferencing in function compiler_nameop(). Please review

[issue24733] Logically Dead Code

2015-07-27 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, Reporting an issues of "Logically Dead code" in Python 2.7.10/Python/traceback.c +174 Please review attached patch. thanks! -- components: Interpreter Core, Library (Lib) files: Python-2.7.10-traceback.patch keywords: patch messages: 2

[issue24719] Resourc Leak in cPickle Module

2015-07-25 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, There is resource leak in cPickle module in function "Pickle_getvalue()". so need to free before return . I have attached patched ,please review it. Thnaks! -- components: Extension Modules, Library (Lib) files: Python-2.7.10-cPi

[issue24704] Dereferencing a Null Pointer

2015-07-24 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, Reporting bugs for dereferencing a pointer "m" might be NULL. the respective patch have been attached ,please check and review it. thanks! -- components: Extension Modules, Library (Lib) files: Python-2.7.10-json.patch keywords: patc

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-07-23 Thread Pankaj Sharma
Changes by Pankaj Sharma : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue24302> ___ ___ Python-bugs-list mailing list Unsubscribe: