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
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
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
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
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
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
Changes by Pankaj Sharma :
--
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue24302>
___
___
Python-bugs-list mailing list
Unsubscribe: