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 christian.heimes
Recipients christian.heimes
Date 2018-10-23.13:00:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540299621.45.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. It should check that both strings are NUL terminated strings. It's not a security bug, because the Linux kernel ensures that the last byte is a NULL byte.
History
Date User Action Args
2018-10-23 13:00:21christian.heimessetrecipients: + christian.heimes
2018-10-23 13:00:21christian.heimessetmessageid: <1540299621.45.0.788709270274.issue35050@psf.upfronthosting.co.za>
2018-10-23 13:00:21christian.heimeslinkissue35050 messages
2018-10-23 13:00:21christian.heimescreate