Merge remote-tracking branch 'origin/topic/vern/ZAM-const-prop-fix'

* origin/topic/vern/ZAM-const-prop-fix:
  fix for error in ZAM's constant propagation logic

(cherry picked from commit 869bd181b2)
This commit is contained in:
Arne Welzel 2025-07-07 18:13:44 +02:00 committed by Tim Wojtulewicz
parent 886fdd7c3a
commit b8171933cc
7 changed files with 74 additions and 12 deletions

View file

@ -1,3 +1,9 @@
7.2.1-8 | 2025-07-14 14:33:02 -0700
* fix for error in ZAM's constant propagation logic (Vern Paxson, Corelight)
(cherry picked from commit 869bd181b20fc9840472e35e87249a946177273b)
7.2.1-7 | 2025-07-14 14:32:04 -0700
* GH-4594: Align WebSocket error in cluster with one in Broker (Benjamin Bannier, Corelight)