Julien Thomas

Results 7 issues of Julien Thomas

Commit 829a6f6 "CI: improve use of github action matrix feature; optimization" has introduced use of #pragma GCC diagnostic in function doNameLine() of runtime/conf.c. This is not supported by old compilers...

In struct data_String, the perm_chars member is declared as an array indexed from 0 to 255: char perm_chars[256]; Bytes > 127, for instance with UTF-8 data, cause a segfault. I...

Hello Rainer, Could you please consider merging this PR ? All CEF logs I've seen so far do not have a space before the first extension key. Also I could...

Terminating on a space was too restrictive. The patch allow the match to terminate on any non-alnum character, thus allowing space, tab, comma, ...

### Expected behavior This issue to let you know rsyslog does not build anymore from 8.2402.0 on an old distribution with openssl 1.0.1e (el6). Note : support for imdtls/omdtls not...

Hello guys, Would it be possible to clarify which rsyslog v8-stable spec file is actually used for building RPMS in Adiscon repository? In particular if you look at branch rsyslog-8.2102.0-release...

Hello, This PR is for building the pmnormalize parser module. I could not test it against your build system. Julien