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 vstinner
Recipients vstinner
Date 2008-07-19.11:16:59
SpamBayes Score 0.015893353
Marked as misclassified No
Message-id <1216466220.47.0.337009792447.issue3322@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce the crash, try very big negative integer as second 
argument. Example:

>>> _json.scanstring("test", -23492394)
Erreur de segmentation (core dumped)

>>> _json.scanstring(u"test", -1239239)
Erreur de segmentation (core dumped)
History
Date User Action Args
2008-07-19 11:17:00vstinnersetspambayes_score: 0.0158934 -> 0.015893353
recipients: + vstinner
2008-07-19 11:17:00vstinnersetspambayes_score: 0.0158934 -> 0.0158934
messageid: <1216466220.47.0.337009792447.issue3322@psf.upfronthosting.co.za>
2008-07-19 11:16:59vstinnerlinkissue3322 messages
2008-07-19 11:16:59vstinnercreate