mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* nss/nss_files/files-hosts.c: Correct problem with three or more entries with the same name.
This commit is contained in:
@@ -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; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
|
Reference in New Issue
Block a user