Skip to content

Impose upper bound on length of string fields of eventlog events

Ben Gamari requested to merge wip/ipe-length into master

The strings in IPE events may be of unbounded length. Limit the lengths of these fields to 64k characters to ensure that we don't exceed the maximum event length.

In fixing this I also eliminated some redundant strlens in a variety of variable-length events.

Merge request reports