Re: [PATCH] qconf: fix SIGSEGV on empty menu items

2007-01-06 Thread Bauke Jan Douma
Roman Zippel wrote on 06-01-07 04:20: Thanks, but this is more complex than necessary. It simply lacks some initializers. --- Index: linux-2.6/scripts/kconfig/qconf.cc === --- linux-2.6.orig/scripts/kconfig/qconf.cc 2007-

Re: [PATCH] qconf: fix SIGSEGV on empty menu items

2007-01-05 Thread Roman Zippel
Hi, On Thu, 4 Jan 2007, Cyrill V. Gorcunov wrote: > qconf may cause SIGSEGV by trying to show debug > information on empty menu items Thanks, but this is more complex than necessary. It simply lacks some initializers. bye, Roman Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- Index: linux

[PATCH] qconf: fix SIGSEGV on empty menu items

2007-01-04 Thread Cyrill V. Gorcunov
qconf may cause SIGSEGV by trying to show debug information on empty menu items Signed-off-by: Cyrill V. Gorcunov <[EMAIL PROTECTED]> --- diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 0b2fcc4..0694d1d 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@