Merge branch 'v7-stable' into v8-stable

This commit is contained in:
Rainer Gerhards 2014-10-02 12:27:30 +02:00
commit 04487fceae
2 changed files with 3 additions and 1 deletions

View File

@ -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
This is corrected now.
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"
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

View File

@ -31,7 +31,7 @@
%{
#include "config.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