zeek/testing/btest/Baseline/scripts.base.frameworks.input.binary
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
..
out Fix buffer overread in ascii formatter 2021-02-12 14:24:36 +00:00