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 larry
Recipients larry, trent, vstinner
Date 2012-08-31.23:23:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346455430.81.0.606932126367.issue15748@psf.upfronthosting.co.za>
In-reply-to
Content
Could we work around it?  Ignore the length we get back from readlink() and just measure the buffer ourselves?  Or, if we wanted to be *really* paranoid, write a \0 at the length they give us back and *then* strlen it.
History
Date User Action Args
2012-08-31 23:23:50larrysetrecipients: + larry, vstinner, trent
2012-08-31 23:23:50larrysetmessageid: <1346455430.81.0.606932126367.issue15748@psf.upfronthosting.co.za>
2012-08-31 23:23:50larrylinkissue15748 messages
2012-08-31 23:23:50larrycreate