zeek/testing/btest/core
Bernhard Amann 504d22b91b fix memory leak in input framework.
If the input framework was used to read event streams and
those streams contained records with more than one field, not all
elements of the threading Values were cleaned up.

The reason for this is, that the SendEventStreamEvent function
returned the number of record elements in the outmost record
instead of the number of unrolled elements in the whole vector.

This number is later used to determine how many objects to delete.

Also - add a whole bunch of leak checks for the input framework
that would have caught that and should cover quite a number of
use-cases.
2013-12-05 10:53:12 -08:00
..
icmp
leaks fix memory leak in input framework. 2013-12-05 10:53:12 -08:00
tcp
tunnels Small test fixes. 2013-07-09 23:28:09 -04:00
bits_per_uid.bro Add bits_per_uid unit test, addressing BIT0-1016. 2013-08-28 16:12:11 -05:00
check-unused-event-handlers.test
checksums.test
conn-uid.bro
disable-mobile-ipv6.test
discarder.bro
div-by-zero.bro Prevent division/modulo by zero in scripts. 2013-09-20 16:36:00 -05:00
dns-init.bro
expr-exception.bro
file-caching-serialization.test
global_opaque_val.bro Fix global opaque val segfault, addresses BIT-1071 2013-08-29 17:17:40 -05:00
ipv6-atomic-frag.test
ipv6-flow-labels.test
ipv6-frag.test
ipv6_esp.test
ipv6_ext_headers.test
ipv6_zero_len_ah.test
load-duplicates.bro
load-pkg.bro
load-prefixes.bro
load-relative.bro
load-unload.bro
mobile-ipv6-home-addr.test
mobile-ipv6-routing.test
mobility-checksums.test
mobility_msg.test
nop.bro
pppoe.test
print-bpf-filters.bro Another test fix. 2013-07-18 21:34:02 -07:00
q-in-q.bro Add support for 802.1ah (Q-in-Q). 2013-03-22 12:38:43 -04:00
reporter-error-in-handler.bro
reporter-fmt-strings.bro
reporter-parse-error.bro
reporter-runtime-error.bro
reporter-type-mismatch.bro
reporter.bro
truncation.test
vlan-mpls.bro
when-interpreter-exceptions.bro Improve a unit test involving 'when' conditionals. 2013-12-03 16:51:36 -06:00