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.

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:38serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang, pablogsal
2018-06-13 06:19:37serhiy.storchakasetmessageid: <1528870778.0.0.947875510639.issue33630@psf.upfronthosting.co.za>
2018-06-13 06:19:37serhiy.storchakalinkissue33630 messages
2018-06-13 06:19:37serhiy.storchakacreate