This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.28.9000-555-g5494af0


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  5494af04adabe72cbd0055fe9ed466af529eaafd (commit)
      from  e17f63ffa104693f5a167fb9956f872d7be688a5 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5494af04adabe72cbd0055fe9ed466af529eaafd

commit 5494af04adabe72cbd0055fe9ed466af529eaafd
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Thu Jan 10 01:17:17 2019 +0100

    resolv: IDNA tests: AAAA (28) is valid, no fallthrough to default

diff --git a/ChangeLog b/ChangeLog
index 00c987f..c640abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-10  Andreas K. Hüttel  <dilfridge@gentoo.org>
+
+	* resolv/tst-resolv-ai_idn-common.c (response): Avoid switch
+	fall-through.
+
 2019-01-09  Jim Wilson  <jimw@sifive.com>
 
 	* sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
diff --git a/resolv/tst-resolv-ai_idn-common.c b/resolv/tst-resolv-ai_idn-common.c
index bb81c2c..61cc81b 100644
--- a/resolv/tst-resolv-ai_idn-common.c
+++ b/resolv/tst-resolv-ai_idn-common.c
@@ -241,6 +241,7 @@ response (const struct resolv_response_context *ctx,
               qname[0] };
         resolv_response_add_data (b, &addr, sizeof (addr));
       }
+      break;
     default:
       FAIL_EXIT1 ("invalid qtype: %d", qtype);
     }

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

Summary of changes:
 ChangeLog                         |    5 +++++
 resolv/tst-resolv-ai_idn-common.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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