Johanna Amann created BIT-1224:
----------------------------------
Summary: Defining a record missing a colon after entry name
results in a segfault
Key: BIT-1224
URL: https://bro-tracker.atlassian.net/browse/BIT-1224
Project: Bro Issue Tracker
Issue Type: Improvement
Components: Bro
Affects Versions: git/master
Reporter: Johanna Amann
Priority: Low
Fix For: 2.4
The following script results in a segmentation fault when running Bro.
{code}
type test: record {
a bool;
};
{code}
Result
{code}
error in ./test.bro, line 2: syntax error, at or near "bool"
zsh: segmentation fault bro test.bro
{code}
--
This message was sent by Atlassian JIRA
(v6.4-OD-02-003#64000)
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev