aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-13 01:48:25 +0000
committerRoland McGrath <roland@gnu.org>2002-05-13 01:48:25 +0000
commitab7dd85bfbe9a176c2d5055d52185ae6364f97af (patch)
tree6eef4baa61b163061ab60a0ade089984225524c3 /ChangeLog
parent6f1428364a9ef5994087288c21fa4c9222c5fef2 (diff)
downloadglibc-ab7dd85bfbe9a176c2d5055d52185ae6364f97af.tar
glibc-ab7dd85bfbe9a176c2d5055d52185ae6364f97af.tar.gz
glibc-ab7dd85bfbe9a176c2d5055d52185ae6364f97af.tar.bz2
glibc-ab7dd85bfbe9a176c2d5055d52185ae6364f97af.zip
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Allocate three, not two, more than LEN when appending '/.'. * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check if NAME ends with '/.' if it is shorter than 2 chars. * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34fa18bdd9..1783ade4a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2002-05-13 Marcus Brinkmann <marcus@gnu.org>
+
+ * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
+ Allocate three, not two, more than LEN when appending '/.'.
+ * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check
+ if NAME ends with '/.' if it is shorter than 2 chars.
+
2002-05-12 Roland McGrath <roland@frob.com>
+ * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
+ files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
+
* hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
file_exec to effect svuid=euid, svgid=egid if that is not a no-op.