diff options
Diffstat (limited to 'rfc1867_new.c')
| -rw-r--r-- | rfc1867_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c index 8ab0494..1d7ff9e 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c | |||
| @@ -857,7 +857,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) /* {{{ */ | |||
| 857 | continue; | 857 | continue; |
| 858 | } | 858 | } |
| 859 | 859 | ||
| 860 | if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC)) { | 860 | if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, new_val_len, &new_val_len TSRMLS_CC)) { |
| 861 | if (suhosin_rfc1867_filter != NULL) { | 861 | if (suhosin_rfc1867_filter != NULL) { |
| 862 | multipart_event_formdata event_formdata; | 862 | multipart_event_formdata event_formdata; |
| 863 | size_t newlength = new_val_len; | 863 | size_t newlength = new_val_len; |
