]> granicus.if.org Git - python/commitdiff
SF #665913, Fix mmap module core dump with unix
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 10 Jan 2003 20:57:54 +0000 (20:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 10 Jan 2003 20:57:54 +0000 (20:57 +0000)
Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump.

Misc/NEWS

index d2d4f8a99bc2a427ed4a255f6c2a8732fdc2d85b..b9d108a3dbac4d817e9bc6a3561f381fb9035c82 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,9 @@ Extension modules
   possible to have timestamps that differ by a second, yet where
   datetimes constructed from them are equal.
 
+- Fix a crash on Solaris that occurred when calling close() on
+  an mmap'ed file which was already closed.  (SF patch #665913)
+
 Library
 -------