]> granicus.if.org Git - python/commit
SF bug # 585792, Invalid mmap crashes Python interpreter
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 5 Sep 2002 21:48:07 +0000 (21:48 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 5 Sep 2002 21:48:07 +0000 (21:48 +0000)
commitb567392bbf3c595a47b86ea4d6038af0ec28b383
treed339de20d02348c0dbe03e0d40869997ddc505c0
parent7165af23e67d81607ee6dd3191a79001e7a8a4e0
SF bug # 585792, Invalid mmap crashes Python interpreter

Raise ValueError if user passes a size to mmap which is larger
than the file.
Lib/test/output/test_mmap
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c