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 larry
Recipients larry, serhiy.storchaka
Date 2016-03-31.15:08:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I approve in principle, but this patch isn't ready.

If we compile on Win32, and allow_fd is on, and they pass in an invalid fd, your patched code will reach line 914 "length = PyBytes_GET_SIZE(bytes);" but bytes will be uninitialized.
History
Date User Action Args
2016-03-31 15:08:02larrysetrecipients: + larry, serhiy.storchaka
2016-03-31 15:08:02larrysetmessageid: <[email protected]>
2016-03-31 15:08:02larrylinkissue26671 messages
2016-03-31 15:08:02larrycreate