From 232d7cac38fbb8baeb900150d683e61da288ae75 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 8 Jun 2026 20:22:51 -0700 Subject: [PATCH] Update release note (#8155) --- notes/coredns-1.14.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/coredns-1.14.4.md b/notes/coredns-1.14.4.md index 66c7715f5..332896736 100644 --- a/notes/coredns-1.14.4.md +++ b/notes/coredns-1.14.4.md @@ -55,5 +55,6 @@ Yong Tang * plugin/forward: Forward NODATA responses to Next handler (https://github.com/coredns/coredns/pull/8065) * plugin/health: Use descriptive error for unknown block options in health and log plugins (https://github.com/coredns/coredns/pull/8128) * plugin/ready: Reject unknown ready plugin properties (https://github.com/coredns/coredns/pull/8119) +* plugin/proxyproto: Prevent nil pointer dereference when dropping malformed PROXY packets (https://github.com/coredns/coredns/pull/8154) * plugin/secondary: Add fallthrough support (https://github.com/coredns/coredns/pull/8041) * plugin/trace: Reject unknown trace and dnstap block options (https://github.com/coredns/coredns/pull/8120)