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, vstinner
Date 2018-10-23.13:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540301266.91.0.788709270274.issue35050@psf.upfronthosting.co.za>
In-reply-to
Content
> The Python code does not create buffer overflow, it's just that the Linux kernel will always reject names which are too long.

The Kernel doesn't have a direct length restriction. It just ensures that type and name are NULL terminated. Other code inside the Kernel rejects unknown type and name values.
History
Date User Action Args
2018-10-23 13:27:46christian.heimessetrecipients: + christian.heimes, vstinner
2018-10-23 13:27:46christian.heimessetmessageid: <1540301266.91.0.788709270274.issue35050@psf.upfronthosting.co.za>
2018-10-23 13:27:46christian.heimeslinkissue35050 messages
2018-10-23 13:27:46christian.heimescreate