Merge remote-tracking branch 'origin/topic/awelzel/4084-vector-of-pattern-compare'

* origin/topic/awelzel/4084-vector-of-pattern-compare:
  ZAM/relexpr-op NE for patterns
  Expr: Fix folding of pattern values to support == and !=
This commit is contained in:
Tim Wojtulewicz 2024-12-16 12:37:25 -07:00
commit 33eaa5ccda
7 changed files with 35 additions and 7 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
7.2.0-dev.11 | 2024-12-16 12:37:25 -0700
* ZAM/relexpr-op NE for patterns (Vern Paxson, Corelight)
* Expr: Fix folding of pattern values to support == and != (Arne Welzel, Corelight)
The fatal error is actually triggered at runtime, so it's a bit
dangerous for users, but not sure there's many use-cases to
compare vectors of patterns.
7.2.0-dev.8 | 2024-12-16 10:19:18 -0700
* QUIC/decrypt_crypto: Actually check if decryption was successful (Arne Welzel, Corelight)