git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767e581
)
kconfig: fix mconf segmentation fault
author
Marcin Garski
<mgarski@post.pl>
Sat, 5 May 2007 20:49:00 +0000
(22:49 +0200)
committer
Sam Ravnborg
<sam@ravnborg.org>
Sun, 6 May 2007 07:27:15 +0000
(09:27 +0200)
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 <mgarski@post.pl>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
No differences found