Message335501
| Author | wjq-security |
|---|---|
| Recipients | wjq-security |
| Date | 2019-02-14.06:38:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550126281.35.0.272027846904.issue35993@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
the code is trying to visit a link list in a loop, it tries to visit the next node in line 284 "interp = interp->next" while the current node is freed in line 296 "PyMem_RawFree(interp);" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-14 06:38:01 | wjq-security | set | recipients: + wjq-security |
| 2019-02-14 06:38:01 | wjq-security | set | messageid: <1550126281.35.0.272027846904.issue35993@roundup.psfhosted.org> |
| 2019-02-14 06:38:01 | wjq-security | link | issue35993 messages |
| 2019-02-14 06:38:01 | wjq-security | create | |