Re: Fw: [PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-02-20 Thread Alexey Dobriyan
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 >>> >>

Re: Fw: [PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-02-19 Thread Anshul Garg
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 >>

Re: Fw: [PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-02-17 Thread Alexey Dobriyan
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

Re: [PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-02-17 Thread Richard Weinberger
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

[PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-02-16 Thread Anshul Garg
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

[PATCH] lib/kstrtox.c Stop parsing integer on overflow

2015-01-22 Thread Anshul Garg
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