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 mwtoews
Recipients mwtoews
Date 2015-07-25.09:40:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437817248.82.0.300387784193.issue24714@psf.upfronthosting.co.za>
In-reply-to
Content
On Debian x64 stable with Python 2.7 and 3.4, the following causes a segmentation fault:

from ctypes import string_at
string_at(None)

On Windows 64-bit with Python 2.7 it raises WindowsError and Python 3.3 raises OSError, both showing a message "access violation reading 0x0000000000000000", but it does not crash.

The above behavior was found when reading a result from a C API that can be either a zero-terminated string or NULL.
History
Date User Action Args
2015-07-25 09:40:48mwtoewssetrecipients: + mwtoews
2015-07-25 09:40:48mwtoewssetmessageid: <1437817248.82.0.300387784193.issue24714@psf.upfronthosting.co.za>
2015-07-25 09:40:48mwtoewslinkissue24714 messages
2015-07-25 09:40:48mwtoewscreate