Message 319431 - Python tracker
Message319431
| Author | serhiy.storchaka |
|---|---|
| Recipients | pablogsal, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2018-06-13.06:19:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528870778.0.0.947875510639.issue33630@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm puzzled. It is not just documented that posix_spawn_file_actions_addopen() should make a copy, but the glibc implementation actually makes it: see for example https://github.com/bminor/glibc/blob/09533208febe923479261a27b7691abef297d604/posix/spawn_faction_addopen.c . I don't see a way of corrupting this memory. Can non-glibc implementation be used here? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-13 06:19:38 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, xiang.zhang, pablogsal |
| 2018-06-13 06:19:37 | serhiy.storchaka | set | messageid: <1528870778.0.0.947875510639.issue33630@psf.upfronthosting.co.za> |
| 2018-06-13 06:19:37 | serhiy.storchaka | link | issue33630 messages |
| 2018-06-13 06:19:37 | serhiy.storchaka | create | |