PluginProbe
Loginizer / 2.0.6
Loginizer v2.0.6
2.1.0 2.0.9 2.0.8 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 All 74 releases
← All changes | lib/IPv6/BigInteger.php +1 -1 2.0.12.0.6 View file →
@@ -2043,9 +2043,9 @@
2043 2043
2044 2044 if ($this->_compare($result, false, $temp[MATH_BIGINTEGER_VALUE], $temp[MATH_BIGINTEGER_SIGN]) < 0) {
2045 2045 $corrector_value = $this->_array_repeat(0, $n_length + 1);
2046 2046 $corrector_value[] = 1;
2047 - $result = $this->_add($result, false, $corrector, false);
2047 + $result = $this->_add($result, false, $corrector_value, false);
2048 2048 $result = $result[MATH_BIGINTEGER_VALUE];
2049 2049 }
2050 2050
2051 2051 // at this point, we're subtracting a number with m.length + 1 digits from another number with m.length + 1 digits