summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-07-09 14:49:06 +0200
committerBen Fuhrmannek2014-07-09 14:49:06 +0200
commite10330a298e2da81d3733e8561e5715e695feeaa (patch)
tree5d99eab2c8b3ba691f64d98a1ff0dcdb3774b224 /execute.c
parent84996270798fccffe2da890ad7a7c270d298a6e8 (diff)
SQL username check in sim. mode checks only for the first occ. of inv. chars
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/execute.c b/execute.c
index 913a82b..e73d19b 100644
--- a/execute.c
+++ b/execute.c
@@ -1060,6 +1060,8 @@ int ih_fixusername(IH_HANDLER_PARAMS)
1060 if (!SUHOSIN_G(simulation)) { 1060 if (!SUHOSIN_G(simulation)) {
1061 RETVAL_FALSE; 1061 RETVAL_FALSE;
1062 return (1); 1062 return (1);
1063 } else {
1064 break;
1063 } 1065 }
1064 } 1066 }
1065 cp++; 1067 cp++;