Fix out of bounds access to LinkerObjectTypeNames

One entry was missing, causing segmentation fault on some platforms.
This commit is contained in:
Ralf Horstmann 2024-01-01 09:05:54 +01:00
parent 940cb4a5b9
commit fc6c83e9cd

View File

@ -1014,6 +1014,7 @@ static const char * LinkerObjectTypeNames[] =
"BSS", "BSS",
"HEAP", "HEAP",
"STACK", "STACK",
"INLAY",
"START", "START",
"END" "END"
}; };