diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-04-24 15:23:41 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-04-24 15:23:41 +0400 |
commit | 521c2b24b92d2085629d0e34d18110b3a643a77a (patch) | |
tree | 44a264c37e7b0fd6e021cb4a99189f95fd274dd8 /src/statfile.h | |
parent | 0cc688fe0be5662e761639d853745153a13522f2 (diff) | |
download | rspamd-521c2b24b92d2085629d0e34d18110b3a643a77a.tar.gz rspamd-521c2b24b92d2085629d0e34d18110b3a643a77a.zip |
* Validate utf8 chars to avoid crashes
Diffstat (limited to 'src/statfile.h')
-rw-r--r-- | src/statfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statfile.h b/src/statfile.h index ee89acda9..39537944a 100644 --- a/src/statfile.h +++ b/src/statfile.h @@ -16,6 +16,7 @@ #define STATFILE_SECTION_COMMON 1 #define STATFILE_SECTION_HEADERS 2 #define STATFILE_SECTION_URLS 3 +#define STATFILE_SECTION_REGEXP 4 /** * Common statfile header |