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] [day] [month] [year] [list]
Date: Fri, 05 May 2006 06:17:32 +0100
From: Tonnerre Lombard <tonnerre.lombard@...roup.ch>
To: leonleon77@...mail.com
Cc: bugtraq@...urityfocus.com
Subject: Re: gcc 4.1 bug miscompiles pointer range checks, may place you at
	risk

Salut,

On Wed, 2006-05-03 at 08:21, leonleon77@...mail.com wrote:
> #define MAXPTR (char *)0xffffffff // this would differ on 64 bit systems

That should be

#define MAXPTR (void *)(~0UL)

no?

				Tonnerre

Download attachment "signature.asc" of type "application/pgp-signature" (826 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ