diff options
| author | Florian Weimer <fweimer@redhat.com> | 2019-05-16 15:11:23 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2019-05-16 15:11:23 +0200 |
| commit | 9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288 (patch) | |
| tree | 85ccf4f30688956fb0904ebc558cbde3c83a968e /ChangeLog | |
| parent | 85b0e1e8a62c052e73b167ebf0c1a6a216525dce (diff) | |
| download | glibc-9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288.tar.xz glibc-9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288.zip | |
nss_files: Remove RES_USE_INET6 from hosts processing
Since commit 3f8b44be0a658266adff5ece1e4bc3ce097a5dbe ("resolv:
Remove support for RES_USE_INET6 and the inet6 option"),
res_use_inet6 () always evaluates to false.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2019-05-16 Florian Weimer <fweimer@redhat.com> + * nss/nss_files/files-hosts.c (EXTRA_ARGS, EXTRA_ARGS_DECL): + Remove flags. + (LINE_PARSER): Remove address mapping. + (EXTRA_ARGS_VALUE): Remove flags argument. + (gethostbyname3_multi): Likewise. Adjust call to internal_getent. + (_nss_files_gethostbyname3_r): Adjust calls to internal_getent and + gethostbyname3_multi. + (_nss_files_gethostbyname_r): Always use AF_INET. Adjust call to + _nss_files_gethostbyname3_r. + (_nss_files_gethostbyname4_r): Adjust call to internal_getent. + +2019-05-16 Florian Weimer <fweimer@redhat.com> + * support/support_test_compare_blob.c (report_blob): Report incorrect NULL blobs. |
