#966: logging and input framework config maps do not support values containing 
\0
-----------------------+------------------------
 Reporter:  amannb     |      Owner:
     Type:  Problem    |     Status:  new
 Priority:  Low        |  Milestone:  Bro2.2
Component:  Bro        |    Version:  git/master
 Keywords:  threading  |
-----------------------+------------------------
 The config maps in the input and logging frameworks are defined as
 map<char *, char*>, thus allowing no \0 in values, where they could
 arguably be useful. This is due to the fact that we do not have a thread-
 safe string class available at the moment.

-- 
Ticket URL: <http://tracker.bro.org/bro/ticket/966>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker

_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to