[Bro-Dev] [JIRA] (BIT-1224) Defining a record missing a colon after entry name results in a segfault

Johanna Amann (JIRA) jira at bro-tracker.atlassian.net
Fri Aug 1 15:19:07 PDT 2014


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)


More information about the bro-dev mailing list