mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Update.
* nss/nss_files/files-hosts.c: Correct problem with three or more entries with the same name.
This commit is contained in:
parent
a1d4a3bc72
commit
3accf5d13d
@ -1,5 +1,8 @@
|
||||
2000-07-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nss/nss_files/files-hosts.c: Correct problem with three or more
|
||||
entries with the same name.
|
||||
|
||||
* nss/nss_files/files-hosts.c: Implement multi handling.
|
||||
* resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
|
||||
|
||||
|
@ -232,6 +232,8 @@ _nss_files_get##name##_r (proto, \
|
||||
/* Compute the new buffer end. */ \
|
||||
bufferend = (char *) &new_h_aliases[naliases + 1]; \
|
||||
assert (bufferend <= buffer + buflen); \
|
||||
\
|
||||
result = old_result; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
|
Loading…
x
Reference in New Issue
Block a user