lkml.org 
[lkml]   [2009]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: + vsprintf-reuse-almost-identical-simple_strtoulx-functions.patch added to -mm tree
    On Fri, Dec 04, 2009 at 02:32:06PM -0800, akpm@linux-foundation.org wrote:
    > The difference between simple_strtoul() and simple_strtoull() is just
    > the size of the variable used to keep track of the sum of characters
    > converted to numbers:
    >
    > unsigned long simple_strtoul() {...}
    > unsigned long long simple_strtoull(){...}

    > Overflow condition is not checked on both functions,

    and we should start doing it and remove strict_* idiocy.


    \
     
     \ /
      Last update: 2009-12-05 00:17    [W:3.719 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site