Added back /usr/src/linux/System.map as fall-back location
This commit is contained in:
parent
0e10989497
commit
997eb2b08b
4
ksym.c
4
ksym.c
@ -114,6 +114,9 @@
|
|||||||
* Added boundary check for fscanf() in InitKsyms() and
|
* Added boundary check for fscanf() in InitKsyms() and
|
||||||
* CheckMapVersion() to prevent an unintended crash when reading
|
* CheckMapVersion() to prevent an unintended crash when reading
|
||||||
* an incorrect System.map.
|
* an incorrect System.map.
|
||||||
|
*
|
||||||
|
* Mon May 28 08:27:51 CEST 2007: Martin Schulze <joey@infodrom.org>
|
||||||
|
* Added back /usr/src/linux/System.map as fall-back location.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -143,6 +146,7 @@ static char *system_maps[] =
|
|||||||
{
|
{
|
||||||
"/boot/System.map",
|
"/boot/System.map",
|
||||||
"/System.map",
|
"/System.map",
|
||||||
|
"/usr/src/linux/System.map",
|
||||||
#if defined(TEST)
|
#if defined(TEST)
|
||||||
"./System.map",
|
"./System.map",
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user