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月19日 17:49 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| aswidechar-leak.diff | skrah, 2012年08月19日 17:49 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg168584 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年08月19日 17:49 | |
Coverity found a leak in PyUnicode_AsWideCharString(). Patch attached. |
|||
| msg168591 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年08月19日 19:28 | |
LGTM. |
|||
| msg168593 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年08月19日 19:57 | |
Thanks! |
|||
| msg168594 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月19日 19:58 | |
New changeset 2703171ddf53 by Stefan Krah in branch 'default': Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. http://hg.python.org/cpython/rev/2703171ddf53 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59933 |
| 2012年08月19日 19:59:45 | skrah | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2012年08月19日 19:58:33 | python-dev | set | nosy:
+ python-dev messages: + msg168594 |
| 2012年08月19日 19:57:37 | skrah | set | messages: + msg168593 |
| 2012年08月19日 19:28:01 | loewis | set | nosy:
+ loewis messages: + msg168591 |
| 2012年08月19日 17:49:44 | skrah | create | |