Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df8b47f

Browse files
committed
SF #665913, Fix mmap module core dump with unix
Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump.
1 parent e604c02 commit df8b47f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Extension modules
6969
possible to have timestamps that differ by a second, yet where
7070
datetimes constructed from them are equal.
7171

72+
- Fix a crash on Solaris that occurred when calling close() on
73+
an mmap'ed file which was already closed. (SF patch #665913)
74+
7275
Library
7376
-------
7477

0 commit comments

Comments
 (0)