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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Feb 2018 18:51:43 +0000
From:   Al Viro <viro@...IV.linux.org.uk>
To:     Alexey Dobriyan <adobriyan@...il.com>
Cc:     akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
        avagin@...tuozzo.com
Subject: Re: [PATCH] proc: fix /proc/*/map_files lookup some more

On Wed, Feb 21, 2018 at 09:44:11PM +0300, Alexey Dobriyan wrote:

> +	len = strlen(str);
> +	if (len > 1 && *str == '0')
> +		return -EINVAL;

	if (s[0] == '0' && s[1])
please...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ