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 zach.ware
Recipients thewb, zach.ware
Date 2021-11-17.14:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637158133.3.0.177617094312.issue45825@roundup.psfhosted.org>
In-reply-to
Content
In general, as soon as you touch ctypes you're on your own :).  ctypes has no protections for this kind of case, so you need to protect yourself.

If you came across this some way that *should* have been safe, please provide more information. But just passing a random memory address to ctypes is likely to cause segfaults or worse.
History
Date User Action Args
2021-11-17 14:08:54zach.waresetrecipients: + zach.ware, thewb
2021-11-17 14:08:53zach.waresetmessageid: <1637158133.3.0.177617094312.issue45825@roundup.psfhosted.org>
2021-11-17 14:08:53zach.warelinkissue45825 messages
2021-11-17 14:08:53zach.warecreate