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.
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:34 | admin | set | github: 59946 |
| 2012年08月20日 15:40:40 | skrah | set | status: open -> closed versions: + Python 2.7, Python 3.2 messages: + msg168674 resolution: fixed stage: patch review -> resolved |
| 2012年08月20日 15:36:16 | python-dev | set | nosy:
+ python-dev messages: + msg168673 |
| 2012年08月20日 15:05:48 | loewis | set | nosy:
+ loewis messages: + msg168669 |
| 2012年08月20日 14:46:09 | skrah | create | |