diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-10 20:57:54 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-10 20:57:54 (GMT) |
commit | df8b47fc80a0a1fac2902fa675ae7a547bb973a2 (patch) | |
tree | 1f491b025b74584f5339383ad5b5c85219bea836 /Misc | |
parent | e604c02a803f075efecb318f5fb584faf7bf12c4 (diff) | |
download | cpython-df8b47fc80a0a1fac2902fa675ae7a547bb973a2.zip cpython-df8b47fc80a0a1fac2902fa675ae7a547bb973a2.tar.gz cpython-df8b47fc80a0a1fac2902fa675ae7a547bb973a2.tar.bz2 |
SF #665913, Fix mmap module core dump with unix
Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |