Ticket #66 (seen Problem)

Opened 3 years ago

Last modified 3 years ago

Bro crashes if &synchronized vars aren't initialized

Reported by: robin Owned by:
Priority: Normal Milestone:
Component: Bro Version: 1.4
Keywords: Cc:

Description

At the workshop, we had this lab exercise of synchronizing a counter:

global c = 0 &synchronized;

If c is not initialized however, Bro crashes:

global c: count &synchronized;

Change History

comment:1 Changed 3 years ago by robin

  • Status changed from new to seen
Note: See TracTickets for help on using tickets.