This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21244] support resolv_test_start() socket fd close should be checked for errors.


https://sourceware.org/bugzilla/show_bug.cgi?id=21244

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  ed3ea040bae8ef2cf131081124a1248a9fd3dca9 (commit)
      from  f889e73f603dcf90b4db6a2065104a78c1a0e94d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ed3ea040bae8ef2cf131081124a1248a9fd3dca9

commit ed3ea040bae8ef2cf131081124a1248a9fd3dca9
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Mar 15 13:13:58 2017 +0100

    support: Add error checking to close system calls [BZ #21244]

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                     |   13 +++++++++++++
 support/Makefile                              |    1 +
 support/resolv_test.c                         |   23 ++++++++++++-----------
 support/support_enter_network_namespace.c     |    5 +++--
 support/support_run_diff.c                    |    4 ++--
 support/{xpthread_attr_destroy.c => xclose.c} |   12 +++++++-----
 support/xunistd.h                             |    4 ++++
 7 files changed, 42 insertions(+), 20 deletions(-)
 copy support/{xpthread_attr_destroy.c => xclose.c} (78%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]