Message333177
| Author | serhiy.storchaka |
|---|---|
| Recipients | cstratak, serhiy.storchaka |
| Date | 2019-01-07.17:03:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1546880603.63.0.984312221563.issue35680@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
There is no bug here. "name" is freed only when err == EINVAL. And the RETURN_IF_ERR() macro will return from the function if err != 0. So that a freed pointer will never passed to Py_BuildValue(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-07 17:03:25 | serhiy.storchaka | set | recipients: + serhiy.storchaka, cstratak |
| 2019-01-07 17:03:23 | serhiy.storchaka | set | messageid: <1546880603.63.0.984312221563.issue35680@roundup.psfhosted.org> |
| 2019-01-07 17:03:23 | serhiy.storchaka | link | issue35680 messages |
| 2019-01-07 17:03:23 | serhiy.storchaka | create | |