diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-04-24 13:12:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-04-24 13:13:16 -0700 |
commit | 87ef29ca94bb5b4bb6a0b8ef40d387470d4baac3 (patch) | |
tree | cbdbfad84c2439b923a1918bdf338ceb0dfb0781 /ChangeLog | |
parent | f23f459dd38eaf61cb574c7312599975e13468a9 (diff) | |
download | glibc-87ef29ca94bb5b4bb6a0b8ef40d387470d4baac3.zip glibc-87ef29ca94bb5b4bb6a0b8ef40d387470d4baac3.tar.gz glibc-87ef29ca94bb5b4bb6a0b8ef40d387470d4baac3.tar.bz2 |
Hurd: fix symlink/symlinkat error case not to do an extraneous __mach_port_deallocate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-04-24 Roland McGrath <roland@hack.frob.com> + + * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on + NODE when __dir_mkfile failed. + * sysdeps/mach/hurd/symlinkat.c: Likewise. + Reported by Ludovic Courtès <ludo@gnu.org>. + 2012-04-24 Andreas Jaeger <aj@suse.de> * Makerules (common-clean): Also remove gen-as-const-headers |