Merge pull request #39 from ra1fh/out-of-bounds-access
Fix out of bounds access to LinkerObjectTypeNames
This commit is contained in:
commit
0d7ffd787f
|
@ -1014,6 +1014,7 @@ static const char * LinkerObjectTypeNames[] =
|
||||||
"BSS",
|
"BSS",
|
||||||
"HEAP",
|
"HEAP",
|
||||||
"STACK",
|
"STACK",
|
||||||
|
"INLAY",
|
||||||
"START",
|
"START",
|
||||||
"END"
|
"END"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue