Fix out of bounds access to LinkerObjectTypeNames
One entry was missing, causing segmentation fault on some platforms.
This commit is contained in:
parent
940cb4a5b9
commit
fc6c83e9cd
|
@ -1014,6 +1014,7 @@ static const char * LinkerObjectTypeNames[] =
|
||||||
"BSS",
|
"BSS",
|
||||||
"HEAP",
|
"HEAP",
|
||||||
"STACK",
|
"STACK",
|
||||||
|
"INLAY",
|
||||||
"START",
|
"START",
|
||||||
"END"
|
"END"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue