diff options
| author | Florian Weimer <fweimer@redhat.com> | 2017-03-15 13:13:58 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2017-03-15 13:33:40 +0100 |
| commit | ed3ea040bae8ef2cf131081124a1248a9fd3dca9 (patch) | |
| tree | aba1792fff5e2c4887d67198f91afb5cb1c8f8da /ChangeLog | |
| parent | f889e73f603dcf90b4db6a2065104a78c1a0e94d (diff) | |
| download | glibc-ed3ea040bae8ef2cf131081124a1248a9fd3dca9.tar.xz glibc-ed3ea040bae8ef2cf131081124a1248a9fd3dca9.zip | |
support: Add error checking to close system calls [BZ #21244]
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2017-03-15 Florian Weimer <fweimer@redhat.com> + [BZ #21244] + * support/xclose.c: New file. + * support/Makefile (libsupport-routines): Add xclose. + * support/xunistd.h (xclose): Declare. + * support/resolv_test.c (server_thread_tcp_client) + (server_thread_tcp, make_server_sockets, resolv_test_start) + (resolv_test_end): Call xclose instead of close. + * support/support_enter_network_namespace.c + (support_enter_network_namespace): Likewise. + * support/support_run_diff.c (write_to_temp_file): Likewise. + +2017-03-15 Florian Weimer <fweimer@redhat.com> + * support/support_format_dns_packet.c (support_format_dns_packet): Handle CNAME records in the response. Extract RDATA names from rdata, not the whole packet. Check AAAA record length. |
