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 schmir
Recipients donut, schmir
Date 2008-06-04.21:16:48
SpamBayes Score 0.034391403
Marked as misclassified No
Message-id <1212614211.08.0.303387721414.issue3026@psf.upfronthosting.co.za>
In-reply-to
Content
I tested this with python 2.6 and can confirm the issue.
The problem is that unsigned int isn't big enough to hold the size of
the objects, but the size is downcasted to an unsigned int at several
places in _hashopenssl.c. All of these occurences of Py_SAFE_DOWNCAST
seem problematic to me (Py_SAFE_DOWNCAST(len, Py_ssize_t, unsigned int))
History
Date User Action Args
2008-06-04 21:16:51schmirsetspambayes_score: 0.0343914 -> 0.034391403
recipients: + schmir, donut
2008-06-04 21:16:51schmirsetspambayes_score: 0.0343914 -> 0.0343914
messageid: <1212614211.08.0.303387721414.issue3026@psf.upfronthosting.co.za>
2008-06-04 21:16:50schmirlinkissue3026 messages
2008-06-04 21:16:49schmircreate