aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@chromium.org>2011-09-08 09:37:42 -0700
committerRoland McGrath <mcgrathr@chromium.org>2011-09-08 09:37:42 -0700
commit7f513ec8b3cd7816a897052bd472c0bfd553e910 (patch)
treedae1f71556edba5057b639a5cd1b1f200f666b31 /ChangeLog
parent610f9ab43eb24b8e94d0067d2c785ab4fdc411dc (diff)
downloadglibc-7f513ec8b3cd7816a897052bd472c0bfd553e910.zip
glibc-7f513ec8b3cd7816a897052bd472c0bfd553e910.tar.gz
glibc-7f513ec8b3cd7816a897052bd472c0bfd553e910.tar.bz2
Hurd: fix use of uninitialized value in fork port copying.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91328e0..5b0d571 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2011-09-08 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
+ garbage value in a __mach_port_mod_refs call in the cases of the
+ task-self and thread-self ports.
+
2011-09-08 Andreas Schwab <schwab@redhat.com>
- * elf/dl-load.c (lose): Check for non-null l.
+ * elf/dl-load.c (lose): Check for non-null L.
2011-09-07 Ulrich Drepper <drepper@gmail.com>