Issue 15741: NULL dereference in builtin_compile() (original) (raw)
Issue15741
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) * ![]() |
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) * ![]() |
Date: 2012-08-20 15:05 |
That's fine, please apply. | ||
msg168673 - (view) | Author: Roundup Robot (python-dev) ![]() |
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) * ![]() |
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 -> closedversions: + Python 2.7, Python 3.2messages: + resolution: fixedstage: patch review -> resolved |
2012-08-20 15:36:16 | python-dev | set | nosy: + python-devmessages: + |
2012-08-20 15:05:48 | loewis | set | nosy: + loewismessages: + |
2012-08-20 14:46:09 | skrah | create |