mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
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:
@ -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; \
|
||||
|
Reference in New Issue
Block a user