zeek/testing/btest/scripts/base/frameworks
Johanna Amann 61290fc19c Fix buffer overread in ascii formatter
When a text with an (escaped) zero byte was passed to ParseValue, only
the part of the string up to the zero byte was copied, but the length of
the full string was passed to the input framework.

This leads to the input manager reading over the end of the buffer.

Fixes zeek/zeek#1398
2021-02-12 14:24:36 +00:00
..
analyzer General btest cleanup 2020-08-11 11:26:22 -07:00
cluster General btest cleanup 2020-08-11 11:26:22 -07:00
config Improve stability of config/cluster_resend btest 2020-08-20 16:26:46 -07:00
control Avoid race condition in control/id_value btest 2020-09-22 14:11:17 -07:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
file-analysis canonicalization for an error message in one of the alternative test baselines 2021-01-10 14:44:46 -08:00
input Fix buffer overread in ascii formatter 2021-02-12 14:24:36 +00:00
intel Potentially improve intel/remove-item-cluster btest 2020-08-27 18:01:33 -07:00
logging Remove deprecated log filter predicates for 4.1 2021-01-27 10:52:40 -07:00
netcontrol General btest cleanup 2020-08-11 11:26:22 -07:00
notice Improve notice/suppression-cluster btest to avoid race potential 2020-09-14 12:28:25 -07:00
openflow Adjust more btest timings 2020-08-11 11:26:22 -07:00
packet-filter General btest cleanup 2020-08-11 11:26:22 -07:00
reporter General btest cleanup 2020-08-11 11:26:22 -07:00
software General btest cleanup 2020-08-11 11:26:22 -07:00
sumstats Sumstats: allow users to manage epoch manually 2020-11-16 15:48:46 +00:00