Searched hist:"3643 f849d7da5c12da589beb03c12303fe79b841" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | diff 3643f849d7da5c12da589beb03c12303fe79b841 Sat Aug 14 07:40:00 CDT 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: fix segfault when detecting recursive dependency
Following sample Kconfig generated a segfault:
config FOO bool select PERF_EVENTS if HAVE_HW_BREAKPOINT
config PERF_EVENTS bool
config HAVE_HW_BREAKPOINT bool depends on PERF_EVENTS
Fix by reverting back to a valid property if there was no property on the stack of symbols.
The above pattern were seen in sh Kconfig. A fix for the Kconfig file has been sent to the sh folks.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
|