Re: 2.6.23-rc2-mm2: strtol_check_range patches

2007-08-13 Thread Satyam Sharma
On Mon, 13 Aug 2007, Alexey Dobriyan wrote: > Andrew please drop > introduce-strtol_check_range-fix.patch > introduce-strtol_check_range.patch > from -mm. > > strtol_check_range() semantics is broken, because caller can't distinguish > -E from valid negative number if he wants to ne

2.6.23-rc2-mm2: strtol_check_range patches

2007-08-13 Thread Alexey Dobriyan
Andrew please drop introduce-strtol_check_range-fix.patch introduce-strtol_check_range.patch from -mm. strtol_check_range() semantics is broken, because caller can't distinguish -E from valid negative number if he wants to negative integers. Comment mentions this, but we don't want