summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2023-06-22 15:49:05 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2023-06-22 15:49:07 +0900
commitbdca4764397ab00df3f5ce355c7b7d6ad5246a0f (patch)
tree9ca6b385fb217a0024c92616e568c6c313132cf0 /CHANGELOG
parentc142c491503f3be06012c038d065945228ae4456 (diff)
downloaddnsmasq-tizen_6.0.tar.gz
dnsmasq-tizen_6.0.tar.bz2
dnsmasq-tizen_6.0.zip
Set the default maximum DNS UDP packet size to 1232.accepted/tizen/6.0/unified/20230626.074936tizen_6.0accepted/tizen_6.0_unified
http://www.dnsflagday.net/2020/ refers. Thanks to Xiang Li for the prompt. https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=eb92fb32b746f2104b0f370b5b295bb8dd4bd5e5 CVE-2023-28450 Change-Id: I7326e1a5f2ce2a69f3a8c166c3d6d79f1f5955dd
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 35c1b06..45316f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,14 @@ Backpored patch
first query completes, the answer can be sent to all the
clients who asked. Refer: CERT CVE-2020-25686.
+ Set the default maximum DNS UDP packet sice to 1232. This
+ has been the recommended value since 2020 because it's the
+ largest value that avoid fragmentation, and fragmentation
+ is just not reliable on the modern internet, especially
+ for IPv6. It's still possible to override this with
+ --edns-packet-max for special circumstances.
+
+
version 2.79
Fix parsing of CNAME arguments, which are confused by extra spaces.
Thanks to Diego Aguirre for spotting the bug.