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