From: Alexey Dobriyan <adobriyan@gmail.com>
To: andre.goddard@gmail.com
Cc: akmp@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: + vsprintf-reuse-almost-identical-simple_strtoulx-functions.patch added to -mm tree
Date: Sat, 5 Dec 2009 02:13:58 +0300 [thread overview]
Message-ID: <20091204231357.GA16465@x200> (raw)
In-Reply-To: <200912042232.nB4MW6Yp011297@imap1.linux-foundation.org>
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.
parent reply other threads:[~2009-12-04 23:13 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200912042232.nB4MW6Yp011297@imap1.linux-foundation.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091204231357.GA16465@x200 \
--to=adobriyan@gmail.com \
--cc=akmp@linux-foundation.org \
--cc=andre.goddard@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox