diff options
| author | Stefan Esser | 2014-02-15 18:28:40 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-15 18:28:40 +0100 |
| commit | 26b9d25bdfe5adbd8c8a57e5e07634d151c69f6c (patch) | |
| tree | 883b3ee59a28d680ece1f68c9ada1aa3c2490db3 | |
| parent | b986c252ca83441cd13f6cf3be8b24919dde02dc (diff) | |
Binary safety.
| -rw-r--r-- | rfc1867.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -939,7 +939,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) | |||
| 939 | value = estrdup(""); | 939 | value = estrdup(""); |
| 940 | } | 940 | } |
| 941 | SDEBUG("calling inputfilter"); | 941 | SDEBUG("calling inputfilter"); |
| 942 | if (suhosin_input_filter(PARSE_POST, param, &value, strlen(value), &new_val_len TSRMLS_CC) == 0) { | 942 | if (suhosin_input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC) == 0) { |
| 943 | efree(param); | 943 | efree(param); |
| 944 | efree(value); | 944 | efree(value); |
| 945 | continue; | 945 | continue; |
