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

This commit is contained in:
Andreas K. Hüttel 2019-01-10 01:17:17 +01:00 committed by Florian Weimer
parent e17f63ffa1
commit 5494af04ad
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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);
}