On 21/01/15 05:32, Alexey Zakhlestin wrote:
>> > On 20 Jan 2015, at 21:00, Joshua Rogers wrote:
>> >
>> > Respective variables are unsigned and cannot be <0.
> Did you mean to use “==“ in comparisons?
>
>
Yes.
Fixed it in the pull request:
https://github.com/MegaManSec/php-src/commit/eba0e0348e97
> On 20 Jan 2015, at 21:00, Joshua Rogers wrote:
>
> Respective variables are unsigned and cannot be <0.
Did you mean to use “==“ in comparisons?
> ---
> sapi/litespeed/lsapilib.c | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/sapi/litespeed/lsapilib.c b/s
Respective variables are unsigned and cannot be <0.
---
sapi/litespeed/lsapilib.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sapi/litespeed/lsapilib.c b/sapi/litespeed/lsapilib.c
index 2e60701..20279d1 100644
--- a/sapi/litespeed/lsapilib.c
+++ b/sapi/litespeed/