commit | 941bfcc537a25077e2a73ddf8d8b3bfe288c81f4 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Mon Sep 10 00:27:55 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Mon Sep 10 00:27:55 2012 +0200 |
tree | aecc62becfac5c8a9592e021e60be2f3ec862620 | |
parent | 7330da42978ffcde525295ffc928ee3e0eedfb1b [diff] [blame] |
Closes #15676: mmap: add empty file check prior to offset check
diff --git a/Misc/NEWS b/Misc/NEWS index 8672b0a..725fb9e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -463,6 +463,9 @@ Extension Modules ----------------- +- Issue #15676: Now "mmap" check for empty files before doing the + offset check. Patch by Steven Willis. + - Issue #6493: An issue in ctypes on Windows that caused structure bitfields of type ctypes.c_uint32 and width 32 to incorrectly be set has been fixed.