homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: NULL dereference in builtin_compile()
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, python-dev, skrah
Priority: normal Keywords: patch

Created on 2012年08月20日 14:46 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
builtin-compile-check-null.diff skrah, 2012年08月20日 14:46 review
Messages (4)
msg168664 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012年08月20日 14:46
Coverity found a missing NULL check in builtin_compile(). Patch attached.
msg168669 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012年08月20日 15:05
That's fine, please apply.
msg168673 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012年08月20日 15:36
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 dereference. Found by Coverity.
http://hg.python.org/cpython/rev/2b4f6770877e 
msg168674 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012年08月20日 15:40
Thanks, done.
History
Date User Action Args
2022年04月11日 14:57:34adminsetgithub: 59946
2012年08月20日 15:40:40skrahsetstatus: open -> closed
versions: + Python 2.7, Python 3.2
messages: + msg168674

resolution: fixed
stage: patch review -> resolved
2012年08月20日 15:36:16python-devsetnosy: + python-dev
messages: + msg168673
2012年08月20日 15:05:48loewissetnosy: + loewis
messages: + msg168669
2012年08月20日 14:46:09skrahcreate

AltStyle によって変換されたページ (->オリジナル) /