SF #665913, Fix mmap module core dump with unix

Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump.
This commit is contained in:
Neal Norwitz 2003-01-10 20:57:54 +00:00
parent e604c02a80
commit df8b47fc80
1 changed files with 3 additions and 0 deletions

View File

@ -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
-------