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 resmord
Recipients christian.heimes, resmord, vstinner
Date 2018-10-25.05:14:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540444491.34.0.788709270274.issue35050@psf.upfronthosting.co.za>
In-reply-to
Content
The error checking code for salg_name and salg_type have an off-by-one bug. Must check that both strings are NUL terminated strings.
History
Date User Action Args
2018-10-25 05:14:51resmordsetrecipients: + resmord, vstinner, christian.heimes
2018-10-25 05:14:51resmordsetmessageid: <1540444491.34.0.788709270274.issue35050@psf.upfronthosting.co.za>
2018-10-25 05:14:51resmordlinkissue35050 messages
2018-10-25 05:14:51resmordcreate