From: Roland McGrath Date: Mon, 13 May 2002 01:50:10 +0000 (+0000) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7c7ac41a2ae41da9a1e84375a37bc05d65f95a;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 1be6bbfa18a..1c6257cc6b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +2002-05-13 Marcus Brinkmann + + * 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 + * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated + files #include instead of . + * 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.