diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-27 17:15:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-27 17:15:57 +0200 |
commit | a12f9431b3808e78b9ed397e4fce7de69410d94d (patch) | |
tree | 06a218fb9d3d0f2ae31c333bbc42d151a6e42da7 /ChangeLog | |
parent | c3bae689d30c46c56c695d5b4c61b88e3b178d92 (diff) | |
download | glibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.tar glibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.tar.gz glibc-a12f9431b3808e78b9ed397e4fce7de69410d94d.tar.bz2 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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |