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:	Sun, 18 Mar 2007 17:12:38 +0100
From:	Roman Zippel <zippel@...ux-m68k.org>
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	Cyrill Gorcunov <gorcunov@...il.com>,
	Jan Engelhardt <jengelh@...ux01.gwdg.de>,
	linux-kernel-list <linux-kernel@...r.kernel.org>
Subject: Re: PROBLEM: "Make nenuconfig" does not save parameters.

Hi,

On Sunday 11 March 2007 20:50, Sam Ravnborg wrote:

> +	sym = sym_lookup("KERNELVERSION", 0);
> +	sym_calc_value(sym);
> +	size = snprintf(menu_backtitle, sizeof(menu_backtitle),
> +	                _("%s - Linux Kernel v%s Configuration"),
> +		        config_filename, sym_get_string_value(sym));

An alternative might to only show the filename, only if explicitly set.

> +	set_config_filename(".config");

Please don't hardcode the filename, use conf_get_configname() instead.

bye, Roman
-
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