[issue33630] test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x

Serhiy Storchaka report at bugs.python.org
Wed Jun 13 02:19:38 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33630>
_______________________________________


More information about the Python-bugs-list mailing list