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:07:32 +0200 |
commit | 40a1e1798b2414c6ab32244b8cb03c2c39940b71 (patch) | |
tree | fc7679990939265e4392d5a20992cd8cba739454 /NEWS | |
parent | 7f769dd0084cb1c857fd6fa90f60e92711b9ce7c (diff) | |
download | glibc-40a1e1798b2414c6ab32244b8cb03c2c39940b71.tar.gz glibc-40a1e1798b2414c6ab32244b8cb03c2c39940b71.tar.xz glibc-40a1e1798b2414c6ab32244b8cb03c2c39940b71.zip |
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
diff --git a/NEWS b/NEWS index 98b2a11a86..5ca7ea4ad1 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,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 Version 2.37 |