Ticket #66 (seen Problem)
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;
Note: See
TracTickets for help on using
tickets.