Feb 2015 10:48:50 -0800
>>> From: Anshul Garg
>>> To: linux-kernel@vger.kernel.org
>>> Cc: aksgarg1...@gmail.com, anshu...@samsung.com,
>>> torva...@linux-foundation.org
>>> Subject: [PATCH] lib/kstrtox.c Stop parsing integer on overflow
>>>
>>
ernel.org
>> Cc: aksgarg1...@gmail.com, anshu...@samsung.com,
>> torva...@linux-foundation.org
>> Subject: [PATCH] lib/kstrtox.c Stop parsing integer on overflow
>>
>>
>> From: Anshul Garg
>>
>> While converting string representation to integer
>>
on.org
> Subject: [PATCH] lib/kstrtox.c Stop parsing integer on overflow
>
>
> From: Anshul Garg
>
> While converting string representation to integer
> break the loop if overflow is detected.
>
> Signed-off-by: Anshul Garg
> ---
> lib/kstrtox.c |4 +++-
&g
On Mon, Feb 16, 2015 at 7:48 PM, Anshul Garg wrote:
> From: Anshul Garg
>
> While converting string representation to integer
> break the loop if overflow is detected.
>
> Signed-off-by: Anshul Garg
> ---
> lib/kstrtox.c |4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --g
From: Anshul Garg
While converting string representation to integer
break the loop if overflow is detected.
Signed-off-by: Anshul Garg
---
lib/kstrtox.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/kstrtox.c b/lib/kstrtox.c
index ec8da78..6f30209 100644
--- a/l
From: Anshul Garg
While converting string representation to integer
break the loop if overflow is detected.
Signed-off-by: Anshul Garg
---
lib/kstrtox.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/kstrtox.c b/lib/kstrtox.c
index ec8da78..6f30209 100644
--- a/l
6 matches
Mail list logo