aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/030-fix-arcount-edns0-behaviour.patch
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: bump to v2.78Kevin Darbyshire-Bryant2017-10-021-44/+0
| | | | | | Fixes CVE-2017-14491, CVE-2017-14492, CVE-2017-14493, CVE-2017-14494, 2017-CVE-14495, 2017-CVE-14496 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* dnsmasq: backport arcount edns0 fixKevin Darbyshire-Bryant2017-09-081-0/+44
Don't return arcount=1 if EDNS0 RR won't fit in the packet. Omitting the EDNS0 RR but setting arcount gives a malformed packet. Also, don't accept UDP packet size less than 512 in received EDNS0. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>