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",
|
||||
"HEAP",
|
||||
"STACK",
|
||||
"INLAY",
|
||||
"START",
|
||||
"END"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue