]> granicus.if.org Git - python/commit
Issue #10955: Fix a potential crash when trying to mmap() a file past its
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:07:24 +0000 (21:07 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:07:24 +0000 (21:07 +0000)
commit305bc9e0e89f00b50512caeea5ab4bd59887baa3
tree0fa9df1716285ceaf81ec4cc760e15d06a654c1f
parent9ee94dec184631e16bcf50e4bfdd7e26e8e9ace0
Issue #10955: Fix a potential crash when trying to mmap() a file past its
length.  Initial patch by Ross Lagerwall.

This fixes a regression introduced by r88022.
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c