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/16421] IN6_IS_ADDR_UNSPECIFIED can use undefined s6_addr32


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

--- Comment #26 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  0abbe7cd700951082b314182a0958d65238297ef (commit)
      from  c23de0aacbeaa7a091609b35764bed931475a16d (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=0abbe7cd700951082b314182a0958d65238297ef

commit 0abbe7cd700951082b314182a0958d65238297ef
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Dec 9 11:27:44 2016 +0100

    inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]

    Previously, under some feature test macros and compilers, the
    macros were defined, but references undefined struct members
    in their implementation.

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

Summary of changes:
 ChangeLog                                   |   15 +++++++++
 inet/Makefile                               |    5 ++-
 inet/netinet/in.h                           |   44 +++++++++++++--------------
 math/fegetmode.c => inet/tst-checks-posix.c |   15 ++++-----
 inet/tst-checks.c                           |    3 +-
 5 files changed, 46 insertions(+), 36 deletions(-)
 copy math/fegetmode.c => inet/tst-checks-posix.c (81%)

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