diff options
| author | Stefan Esser | 2014-02-12 14:26:18 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 14:26:18 +0100 |
| commit | 2a08dabe212238e0e35befcca67bc5303823b64f (patch) | |
| tree | 039a71e823540e11efd73711cc40581f674c2e0e /rfc1867_new.c | |
| parent | cefc29900f1bb3f87e94330c6d1bf88a5ba75160 (diff) | |
Need to set abort_request because otherwise we do not get the statistics
Diffstat (limited to 'rfc1867_new.c')
| -rw-r--r-- | rfc1867_new.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c index 65a2fe8..a069aa9 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c | |||
| @@ -851,6 +851,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) /* {{{ */ | |||
| 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, strlen(value), &new_val_len TSRMLS_CC) == 0) { |
| 854 | SUHOSIN_G(abort_request)=1; | ||
| 854 | efree(param); | 855 | efree(param); |
| 855 | efree(value); | 856 | efree(value); |
| 856 | continue; | 857 | continue; |
