Balazs Scheidler

Results 182 comments of Balazs Scheidler

Hi Lennert and thank you for the detailed reply. very valid questions. I am giving this some more thought and come back to you.

> Hello! The `iv_work(3)` man page mentions: > > ``` > iv_work_pool_submit_work can only be called from the thread that > iv_work_pool_create for this pool object was called in. >...

Is this above something that would be worth supporting in your opinion? How else would you implement this? Thanks

I have created a proof-of-concept branch here: https://github.com/bazsi/ivykis/tree/iv-work-pool-support-for-slave-work-items It currently uses an iv_event to wake up the main thread to launch a new worker thread, which should resolve the issue...

This tiny program crashes for me nicely: ``` #include #include struct findcrlf_params { char *msg; int msg_len; int eom_ofs; }; ParameterizedTestParameters(findcrlf, test) { static struct findcrlf_params params[] = { {...

Hmm, how does aslr work through forks? Or critetion also execs itself? On May 12, 2017 6:16 PM, "Franklin Mathieu" wrote: > I'm starting to understand the issue. > >...

I have now tried with the exact sample you submitted and for me it seems that the message is correctly dropped, like this: ``` [2022-04-08T07:25:47.835578] Incoming log entry; line='1 2022-04-04T12:16:55.790Z...

Hi, Just tried with this config: @version: 3.36 log { source { tcp(port(2000) flags(no-parse)); }; parser { syslog-parser(drop-invalid(yes) flags(syslog-protocol)); }; destination { file("/dev/null"); }; }; Message is still dropped, as...

I had such a hook in mind when coming up with the hook-commands idea. So if you intend to work on this I'm willing to review it, help getting it...

syslog-ng doesn't set this name value pair, but you can do so in your configuration. Once it is set, it will automatically be included in the SDATA portion of the...