1998-04-12  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
	(DL_FIND_ARG_COMPONENTS): Always initialize auxv.
	Patch by Mark Hatle <fray@kernel.crashing.org>.
This commit is contained in:
Ulrich Drepper 1998-04-12 17:10:48 +00:00
parent bc38f31f3a
commit 8acdf4fd69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1998-04-12 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
(DL_FIND_ARG_COMPONENTS): Always initialize auxv.
Patch by Mark Hatle <fray@kernel.crashing.org>.
1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
* sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct

View File

@ -30,7 +30,7 @@
for (_tmp = (envp); *_tmp; ++_tmp) \
continue; \
/* The following '++' is important! */ \
++_tmp; \
(auxp) = ++_tmp; \
if (*_tmp == 0) \
{ \
size_t _test = (size_t)_tmp; \