From: Andy Green Date: Wed, 2 May 2007 11:49:06 +0000 (+0100) Subject: kbuild: scripts/basic/fixdep segfault on pathological string-o-death X-Git-Tag: v2.6.22-rc1~1007^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c58f8196b386948abf68128605de3d2db3c6ba;p=pandora-kernel.git 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: Andy Green Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed