[issue15741] NULL dereference in builtin_compile()

2012-08-20 Thread Stefan Krah
Stefan Krah added the comment: Thanks, done. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2 ___ Python tracker __

[issue15741] NULL dereference in builtin_compile()

2012-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5ee1a06101f by Stefan Krah in branch '3.2': Issue #15741: Fix potential NULL dereference. Found by Coverity. http://hg.python.org/cpython/rev/d5ee1a06101f New changeset 2b4f6770877e by Stefan Krah in branch '2.7': Issue #15741: Fix potential NULL d

[issue15741] NULL dereference in builtin_compile()

2012-08-20 Thread Martin v . Löwis
Martin v. Löwis added the comment: That's fine, please apply. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue15741] NULL dereference in builtin_compile()

2012-08-20 Thread Stefan Krah
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: ope