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 attached patch.

Thanks!

----------
components: Interpreter Core, Library (Lib)
files: Python-2.7.10_compile.patch
keywords: patch
messages: 247459
nosy: benjamin.peterson, pankaj.s01
priority: normal
severity: normal
status: open
title: Dereferencing a null returning value
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file40036/Python-2.7.10_compile.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to