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:	Sat, 10 Jul 2010 14:33:29 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	zr.public@...il.com
Cc:	isdn@...ux-pingi.de, tj@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Drivers: isdn: Fixed warnings and odd code.

From: Zachary Richey <zr.public@...il.com>
Date: Sat, 10 Jul 2010 17:27:29 -0400

> @@ -484,27 +484,18 @@ static int identify_board(unsigned long rambase, unsigned int iobase)
>  	 */
>  	outb(PRI_BASEPG_VAL, pgport);
>  	msleep_interruptible(1000);
> -	sig = readl(rambase + SIG_OFFSET);
> +	sig = readl(&rambase + SIG_OFFSET);

There is no way this is correct.
--
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