about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent W. Baccala <cosine@freesoft.org>2016-10-31 17:31:56 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-31 17:32:25 +0100
commit561ff1ec4251c8dca011dbcf7500b3970b2cf59b (patch)
tree3c6da59beb07a3673b496ee82cd282944a41fc29 /ChangeLog
parent44c637ce806cc41534e89117a93c41fd310e7e3f (diff)
downloadglibc-561ff1ec4251c8dca011dbcf7500b3970b2cf59b.tar.gz
glibc-561ff1ec4251c8dca011dbcf7500b3970b2cf59b.tar.xz
glibc-561ff1ec4251c8dca011dbcf7500b3970b2cf59b.zip
hurd: Fix spurious port deallocation
* sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
when it is MACH_PORT_NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6d312153e..1a14fdfab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-31  Brent W. Baccala  <cosine@freesoft.org>
+
+	* sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
+	when it is MACH_PORT_NULL.
+
 2016-10-31  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #20707]