mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00

- Primarily working around an issue that occurs when threads concurrently create pipes and fork a child process. See comment in code... - Other minor cleanup of the code: making sure the child process calls _exit() versus exit(), limits itself to few select system calls before the exec(), and closes more unused file descriptors.
20 lines
490 B
Text
20 lines
490 B
Text
Input::EVENT_NEW, cat |, input0
|
|
hello
|
|
Input::EVENT_NEW, cat |, input0
|
|
there^A^B^C^D^E^A^B^Cyay0
|
|
Input::EVENT_NEW, cat |, input1
|
|
hello
|
|
Input::EVENT_NEW, cat |, input1
|
|
there^A^B^C^D^E^A^B^Cyay01
|
|
Input::EVENT_NEW, cat |, input2
|
|
hello
|
|
Input::EVENT_NEW, cat |, input2
|
|
there^A^B^C^D^E^A^B^Cyay012
|
|
Input::EVENT_NEW, cat |, input3
|
|
hello
|
|
Input::EVENT_NEW, cat |, input3
|
|
there^A^B^C^D^E^A^B^Cyay0123
|
|
Input::EVENT_NEW, cat |, input4
|
|
hello
|
|
Input::EVENT_NEW, cat |, input4
|
|
there^A^B^C^D^E^A^B^Cyay01234
|