summaryrefslogtreecommitdiff
path: root/rfc1867_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1867_new.c')
-rw-r--r--rfc1867_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c
index b6bbcdb..8ab0494 100644
--- a/rfc1867_new.c
+++ b/rfc1867_new.c
@@ -850,7 +850,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) /* {{{ */
850 } 850 }
851 } 851 }
852 852
853 if (suhosin_input_filter(PARSE_POST, param, &value, strlen(value), &new_val_len TSRMLS_CC) == 0) { 853 if (suhosin_input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC) == 0) {
854 SUHOSIN_G(abort_request)=1; 854 SUHOSIN_G(abort_request)=1;
855 efree(param); 855 efree(param);
856 efree(value); 856 efree(value);