aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-10 15:52:43 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:28 -0700
commit918d4d716343a54ce97aefb13d20fa8f4e1d03de (patch)
treed8578d996c8566e0165ce3f36f4a7e53bd7b6b55 /ChangeLog
parentf34d6f840eaba45a82fa8d20922fc2d678968fb7 (diff)
downloadglibc-918d4d716343a54ce97aefb13d20fa8f4e1d03de.tar.xz
glibc-918d4d716343a54ce97aefb13d20fa8f4e1d03de.zip
Hurd: Fix port deallocation on mknod error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2174fe270..fa79b77af5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
+ * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
+ if __dir_mkfile succeeded.
+
* sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
checking for _hurd_dtablesize. Unlock it right after having
finished _hurd_dtable allocation.