From 7670e669c000f835169dd9b85af6d2f45f303040 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Wed, 20 May 2015 11:59:13 +0200 Subject: Fix high CPU consumption DOS through many newlines in RFC1867 MIME headers --- php_suhosin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_suhosin.h') 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) /* fileupload */ long upload_limit; + long upload_max_newlines; long num_uploads; zend_bool upload_disallow_elf; zend_bool upload_disallow_binary; -- cgit v1.3