Re: [kbuild-devel] [PATCH] Fix mconf segmentation fault

2007-05-06 Thread Sam Ravnborg
On Sat, May 05, 2007 at 10:49:00PM +0200, Marcin Garski wrote: > Hi, > > I have found small bug in mconf, when you run it without any argument it > will sigsegv. > > Without patch: > $ scripts/kconfig/mconf > Segmentation fault > > With patch: > $ scripts/kconfig/mconf > can't find file (null)

[kbuild-devel] [PATCH] Fix mconf segmentation fault

2007-05-05 Thread Marcin Garski
Hi, I have found small bug in mconf, when you run it without any argument it will sigsegv. Without patch: $ scripts/kconfig/mconf Segmentation fault With patch: $ scripts/kconfig/mconf can't find file (null) Signed-off-by: Marcin Garski <[EMAIL PROTECTED]> -- Best Regards Marcin Garski diff