[issue15741] NULL dereference in builtin_compile()

Stefan Krah report at bugs.python.org
Mon Aug 20 16:46:13 CEST 2012


New submission from Stefan Krah:

Coverity found a missing NULL check in builtin_compile(). Patch attached.

----------
components: Interpreter Core
files: builtin-compile-check-null.diff
keywords: patch
messages: 168664
nosy: skrah
priority: normal
severity: normal
stage: patch review
status: open
title: NULL dereference in builtin_compile()
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file26930/builtin-compile-check-null.diff

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


More information about the Python-bugs-list mailing list