lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 5 Dec 2009 02:13:58 +0300
From:	Alexey Dobriyan <adobriyan@...il.com>
To:	andre.goddard@...il.com
Cc:	akmp@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: +
 vsprintf-reuse-almost-identical-simple_strtoulx-functions.patch added to
 -mm tree

On Fri, Dec 04, 2009 at 02:32:06PM -0800, akpm@...ux-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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ