diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-07-24 12:06:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-07-24 14:05:31 +0200 |
commit | dc512364e8490facb30f8c23fcc496d21adfc4e4 (patch) | |
tree | 1a8be88e254ccfdd0eb7f5a7193e5959d0f958b4 /NEWS | |
parent | bb30bd21622910715b7b3020b17e6e97a8b4ec80 (diff) | |
download | glibc-dc512364e8490facb30f8c23fcc496d21adfc4e4.zip glibc-dc512364e8490facb30f8c23fcc496d21adfc4e4.tar.gz glibc-dc512364e8490facb30f8c23fcc496d21adfc4e4.tar.bz2 |
resolv: Allow short error responses to match any query (bug 31890)
Reviewed-by: DJ Delorie <dj@redhat.com>
(cherry picked from commit 691a3b2e9bfaba842e46a5ccb7f5e6ea144c3ade)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ The following bugs are resolved with this release: [31183] Wide stream buffer size reduced MB_LEN_MAX bytes after bug 17522 fix [31184] FAIL: elf/tst-tlsgap [31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic + [31890] resolv: Allow short error responses to match any DNS query [31965] rseq extension mechanism does not work as intended |