summaryrefslogtreecommitdiff
path: root/rfc1867.c
diff options
context:
space:
mode:
authorStefan Esser2014-02-15 18:28:40 +0100
committerStefan Esser2014-02-15 18:28:40 +0100
commit26b9d25bdfe5adbd8c8a57e5e07634d151c69f6c (patch)
tree883b3ee59a28d680ece1f68c9ada1aa3c2490db3 /rfc1867.c
parentb986c252ca83441cd13f6cf3be8b24919dde02dc (diff)
Binary safety.
Diffstat (limited to 'rfc1867.c')
-rw-r--r--rfc1867.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867.c b/rfc1867.c
index 3af62c4..ec7bf25 100644
--- a/rfc1867.c
+++ b/rfc1867.c
@@ -939,7 +939,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler)
939 value = estrdup(""); 939 value = estrdup("");
940 } 940 }
941SDEBUG("calling inputfilter"); 941SDEBUG("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;