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, 23 Jan 2007 10:41:40 +0000
From:	Russell King <rmk+lkml@....linux.org.uk>
To:	Alon Bar-Lev <alon.barlev@...il.com>
Cc:	Tomas Carnecky <tom@...ervice.com>, linux-kernel@...r.kernel.org
Subject: Re: [patch 03/26] Dynamic kernel command-line - arm

On Tue, Jan 23, 2007 at 12:37:06PM +0200, Alon Bar-Lev wrote:
> On 1/23/07, Russell King <rmk+lkml@....linux.org.uk> wrote:
> >which reflects precisely what I've been saying concerning the addition
> >of __initdata.
> 
> Great!
> So what do you thing we should do?
> 
> Modify this:
> char __initdata boot_command_line[COMMAND_LINE_SIZE];
> 
> Into:
> char __initdata boot_command_line[COMMAND_LINE_SIZE] = {0};
> 
> Or:
> static char __initdata _boot_command_line[COMMAND_LINE_SIZE];
> char __initdata *boot_command_line = _boot_command_line;
> 
> Or any other option... I will glad to receive any convention you see right.

See Message-ID: <20070118152326.GC31418@...nt.arm.linux.org.uk> sent on
18 January in this thread.  Such strings might as well be initialised to
an empty string.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:
-
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