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:	Tue, 13 Aug 2013 07:13:48 +0200
From:	Jordi Pujol <jordipujolp@...il.com>
To:	Thomas Backlund <tmb@...eia.org>
Cc:	stable@...r.kernel.org, Jiang Liu <jiang.liu@...wei.com>,
	linux-kernel@...r.kernel.org
Subject: Re: ZRAM 3.10.6 Buffer I/O error

El Dilluns, 12 d'agost de 2013, a les 19:39:46, Thomas Backlund va escriure:
>   	/* out of range range */
> -	if (unlikely(start >= bound || end >= bound || start > end))
> +	if (unlikely(start >= bound || end > bound || start > end))
>   		return 0;
> 

OK, I confirm that this change solves the problem

Thanks,

Jordi Pujol

Live never ending Tale
GNU/Linux Live forever!
http://livenet.selfip.com

--
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