[Bro-Dev] #966: logging and input framework config maps do not support values containing \0

Bro Tracker bro at tracker.bro.org
Fri Mar 15 16:52:51 PDT 2013


#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



More information about the bro-dev mailing list