about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-04-27 17:15:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-04-27 17:15:57 +0200
commita12f9431b3808e78b9ed397e4fce7de69410d94d (patch)
tree06a218fb9d3d0f2ae31c333bbc42d151a6e42da7 /ChangeLog
parentc3bae689d30c46c56c695d5b4c61b88e3b178d92 (diff)
downloadglibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.tar.gz
glibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.tar.xz
glibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.zip
nss_dns: Skip over non-PTR records in the netent code [BZ #19868]
This requires additional checks for the RDATA length and the
availability of record metadata.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c8d7bc6c0..91061fb4cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-25  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #19868]
+	* resolv/nss_dns/dns-network.c (getanswer_r): Implement additional
+	DNS packet syntax checks (which were not needed before).  Skip
+	over non-PTR records.
+
 2016-04-27  Florian Weimer  <fweimer@redhat.com>
 
 	* resolv/nss_dns/dns-network.c (offsetof): Remove macro