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:	Mon, 22 Nov 2010 16:59:39 +0300
From:	Dan Carpenter <error27@...il.com>
To:	mahatma@...by
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] viafb: I2C/DDC LCD detection for VIA framebuffer

On Mon, Nov 22, 2010 at 02:31:55PM +0200, Dzianis Kahanovich wrote:
> +static void via_i2c_detect(void)
> +{
> +	const u8 *edid;
        ^^^^^

> +free_edid:
> +		kfree(edid);
                ^^^^^^^^^^^

That probably shouldn't be const.

> +		if (n > 1)
> +			break;
> +	}
> +}
> +
> 

regards,
dan carpenter
--
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