Merge remote-tracking branch 'origin/topic/seth/tsv-logs-utf8-by-default'

* origin/topic/seth/tsv-logs-utf8-by-default:
  Fix mis-usage of string::append that leads to an overflow
  Use json_escape_utf8 for all utf8 data in ODesc
  Switch the TSV Zeek logs to be UTF8 by default.
This commit is contained in:
Tim Wojtulewicz 2021-09-08 12:03:51 -07:00
commit b7e264f8ef
10 changed files with 61 additions and 45 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
4.2.0-dev.154 | 2021-09-08 12:03:51 -0700
* Fix mis-usage of string::append that leads to an overflow (Tim Wojtulewicz, Corelight)
* Use json_escape_utf8 for all utf8 data in ODesc (Tim Wojtulewicz, Corelight)
* Switch the TSV Zeek logs to be UTF8 by default. (Seth Hall, Corelight)
There is a paired zeek-testing branch for some updates there.
4.2.0-dev.150 | 2021-09-08 11:44:15 -0700
* fix race condition in btest output ordering (Vern Paxson, Corelight)