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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 5 Dec 2010 23:26:31 -0200
From:	Thiago Farina <tfransosi@...il.com>
To:	Alexey Dobriyan <adobriyan@...il.com>
Cc:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
	yi.y.yang@...el.com
Subject: Re: [PATCH 1/2] kstrto*: converting strings to integers done
 (hopefully) right

On Wed, Jun 9, 2010 at 6:46 PM, Alexey Dobriyan <adobriyan@...il.com> wrote:
> diff --git a/lib/test-kstrtox.c b/lib/test-kstrtox.c
> new file mode 100644
> index 0000000..56fda26
> --- /dev/null
> +++ b/lib/test-kstrtox.c
> @@ -0,0 +1,356 @@
> +#include <linux/init.h>
> +#include <linux/kernel.h>
> +#include <linux/module.h>
> +
> +#define for_each_test(i, test) \
> +       for (i = 0; i < sizeof(test) / sizeof(test[0]); i++)
> +
micronit: Can you use ARRAY_SIZE macro here? Ignore this if it's irrelevant.
--
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