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, 21 Nov 2006 00:30:36 +0100 (CET)
From:	Roman Zippel <zippel@...ux-m68k.org>
To:	Randy Dunlap <randy.dunlap@...cle.com>
cc:	jes@...ined-monkey.org, Adrian Bunk <bunk@...sta.de>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: xconfig segfault

Hi,

On Mon, 20 Nov 2006, Randy Dunlap wrote:

> > I cannot reproduce this. Could you try to run qconf within gdb for a
> > backtrace (adding -g to HOST_EXTRACFLAGS might get more useful output).
> 
> Sure, let me know what you want next.

Hmm, an uninitialize field is IMO the only thing that could go wrong here.

bye, Roman

---
 scripts/kconfig/qconf.cc |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/scripts/kconfig/qconf.cc
===================================================================
--- linux-2.6.orig/scripts/kconfig/qconf.cc
+++ linux-2.6/scripts/kconfig/qconf.cc
@@ -1259,6 +1259,7 @@ void ConfigSearchWindow::search(void)
  * Construct the complete config widget
  */
 ConfigMainWindow::ConfigMainWindow(void)
+	: searchWindow(0)
 {
 	QMenuBar* menu;
 	bool ok;
-
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