zeek/testing/btest/Baseline/core.event-arg-reuse
Robin Sommer 5b88936070 Fix assignments to event arguments becoming visible to subsequent
handlers.

It's well known that changes to mutable event arguments, like tables,
become visible to all places where those values are used, including
subsequent handlers of the same event. However, there's a related case
that's more suprising: simply assigning *a new value* to an event
argument passes through, too. This commit fixes that behaviour. (We
even had a btest with a baseline reflecting the problen).
2017-10-27 13:28:48 -07:00
..
output Fix assignments to event arguments becoming visible to subsequent 2017-10-27 13:28:48 -07:00