mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 02:40:42 +01:00
Merge branch 'v7-stable' into v8-stable
This commit is contained in:
commit
04487fceae
@ -436,6 +436,8 @@ Version 7.6.7 [v7.6-stable] 2014-10-02
|
|||||||
- bugfix: the fix for CVE-2014-3634 did not handle all cases
|
- bugfix: the fix for CVE-2014-3634 did not handle all cases
|
||||||
This is corrected now.
|
This is corrected now.
|
||||||
see also: CVE-2014-3683
|
see also: CVE-2014-3683
|
||||||
|
- fixed a build problem on some platforms
|
||||||
|
Thanks to Olaf for the patch
|
||||||
- behaviour change: "msg" of messages with invalid PRI set to "rawmsg"
|
- behaviour change: "msg" of messages with invalid PRI set to "rawmsg"
|
||||||
When the PRI is invalid, the rest of the header cannot be valid. So
|
When the PRI is invalid, the rest of the header cannot be valid. So
|
||||||
we move all of it to MSG and do not try to parse it out. Note that
|
we move all of it to MSG and do not try to parse it out. Note that
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
%{
|
%{
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "parserif.h"
|
#include "parserif.h"
|
||||||
extern char *strdup(char*); /* somehow we do not get this from string.h... */
|
extern char *strdup(__const char*); /* somehow we may not get this from string.h... */
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap nodefault case-insensitive yylineno
|
%option noyywrap nodefault case-insensitive yylineno
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user