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 network/23927] Linux if_nametoindex() does not close descriptor (CVE-2018-19591)


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

--- Comment #9 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, release/2.28/master has been updated
       via  b5a9a19b82bb00b5419162f49331a7580ac06b4e (commit)
       via  4c2dada5070c9adc93e548826333c8be34f0c50a (commit)
       via  874c28c9f5d14586ab71cd4af6899b11753caf25 (commit)
       via  9dd07a91dba984c223730af30741565cb9bd88d5 (commit)
       via  4718b053dfef495a4d5189e4210bc66106873522 (commit)
      from  5f1ae50a78d3f66b195668f1b863832d85d27f2f (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=b5a9a19b82bb00b5419162f49331a7580ac06b4e

commit b5a9a19b82bb00b5419162f49331a7580ac06b4e
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Dec 6 15:39:50 2018 +0100

    inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]

    (cherry picked from commit 899478c2bfa00c5df8d8bedb52effbb065700278)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c2dada5070c9adc93e548826333c8be34f0c50a

commit 4c2dada5070c9adc93e548826333c8be34f0c50a
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Dec 6 15:39:42 2018 +0100

    support: Implement <support/descriptors.h> to track file descriptors

    (cherry picked from commit f255336a9301619519045548acb2e1027065a837)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=874c28c9f5d14586ab71cd4af6899b11753caf25

commit 874c28c9f5d14586ab71cd4af6899b11753caf25
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Dec 1 21:43:36 2018 +0100

    support: Close original descriptors in support_capture_subprocess

    (cherry picked from commit 02cd5c1a8d033d7f91fea12a66bb44d1bbf85f76)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9dd07a91dba984c223730af30741565cb9bd88d5

commit 9dd07a91dba984c223730af30741565cb9bd88d5
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Nov 28 07:00:48 2018 +0100

    support_quote_string: Do not use str parameter name

    This avoids a build failure if this identifier is used as a macro
    in a test.

    (cherry picked from commit 47d8d9a2172f827a8dde7695f415aa6f78a82d0e)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4718b053dfef495a4d5189e4210bc66106873522

commit 4718b053dfef495a4d5189e4210bc66106873522
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Nov 27 21:35:56 2018 +0100

    support: Implement support_quote_string

    Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
    (cherry picked from commit c74a91deaa5de416237c02bbb3e41bda76ca4c7b)

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

Summary of changes:
 ChangeLog                            |   38 +++++
 inet/Makefile                        |    2 +-
 inet/tst-if_index-long.c             |   61 ++++++++
 support/Makefile                     |    4 +
 support/check.h                      |    4 +
 support/descriptors.h                |   47 ++++++
 support/support.h                    |    5 +
 support/support_capture_subprocess.c |    6 +
 support/support_descriptors.c        |  274 ++++++++++++++++++++++++++++++++++
 support/support_quote_string.c       |   26 ++++
 support/support_record_failure.c     |    8 +
 support/tst-support_descriptors.c    |  198 ++++++++++++++++++++++++
 support/tst-support_quote_string.c   |   60 ++++++++
 13 files changed, 732 insertions(+), 1 deletions(-)
 create mode 100644 inet/tst-if_index-long.c
 create mode 100644 support/descriptors.h
 create mode 100644 support/support_descriptors.c
 create mode 100644 support/support_quote_string.c
 create mode 100644 support/tst-support_descriptors.c
 create mode 100644 support/tst-support_quote_string.c

-- 
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]