Skip to content
Commit 04c58f81 authored by Andy Green's avatar Andy Green Committed by Sam Ravnborg
Browse files

kbuild: scripts/basic/fixdep segfault on pathological string-o-death



build scripts: fixdep blows segfault on string CONFIG_MODULE seen

The string "CONFIG_MODULE" appearing anywhere in a source file causes
fixdep to segfault.  This string appeared in the wild in the current
mISDN sources (I think they meant CONFIG_MODULES).  But it shouldn't
segfault (esp as CONFIG_MODULE appeared in a quoted string).

Signed-off-by: default avatarAndy Green <andy@warmcat.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 1e093ecd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment