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] [day] [month] [year] [list]
Date:	Mon, 24 Jul 2006 07:46:55 +0200
From:	Johannes Weiner <hnazfoo@...glemail.com>
To:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Prevent usage of uninitialized variable in transmeta cpu driver

Hi,

On Mon, Jul 24, 2006 at 01:56:44AM +0159, Jiri Slaby wrote:
> Johannes Weiner napsal(a):
> > This patch fixes a gcc-`uninitialized' warning in
> > arch/i386/kernel/cpu/transmeta.c.
> 
> NACK.
> 
> Gcc bug, don't hide it (I don't really know, why cpu_rev is zeroed).

Ok. This GCC release I'm running (4.1.1) shows really a lot more of
them then the prior. Should have wondered and thought about it before ;)

Hannes

-- 
#include <stdio.h>
char *love[] = { "this", "language" };
#define gimme(s) #s, 0[s], 0[s+1]
int main(void) { printf("%s %s %s\n", gimme(love)); return 0; }
-
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