diff options
| author | Stefan Esser | 2015-05-20 11:59:13 +0200 |
|---|---|---|
| committer | Stefan Esser | 2015-05-20 11:59:13 +0200 |
| commit | 7670e669c000f835169dd9b85af6d2f45f303040 (patch) | |
| tree | 162608d1dd8e3c653d1cd6ac8b619515ba4fa5b5 /php_suhosin.h | |
| parent | 2bde2784897fed6dbe238af53ede0a0421239d35 (diff) | |
Fix high CPU consumption DOS through many newlines in RFC1867 MIME headers
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index 7b86e7a..fd61a0a 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -203,6 +203,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 203 | 203 | ||
| 204 | /* fileupload */ | 204 | /* fileupload */ |
| 205 | long upload_limit; | 205 | long upload_limit; |
| 206 | long upload_max_newlines; | ||
| 206 | long num_uploads; | 207 | long num_uploads; |
| 207 | zend_bool upload_disallow_elf; | 208 | zend_bool upload_disallow_elf; |
| 208 | zend_bool upload_disallow_binary; | 209 | zend_bool upload_disallow_binary; |
