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 Vladimir.Ushakov, christian.heimes, neologix
Date 2012-10-12.16:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350059615.66.0.523740464466.issue16212@psf.upfronthosting.co.za>
In-reply-to
Content
The fstat() check isn't bullet proof, too. It has a race condition as another process could truncate the file between the fstat() check and the code lines that access the mmapped file.
History
Date User Action Args
2012-10-12 16:33:35christian.heimessetrecipients: + christian.heimes, neologix, Vladimir.Ushakov
2012-10-12 16:33:35christian.heimessetmessageid: <1350059615.66.0.523740464466.issue16212@psf.upfronthosting.co.za>
2012-10-12 16:33:35christian.heimeslinkissue16212 messages
2012-10-12 16:33:35christian.heimescreate