Merge pull request #39 from ra1fh/out-of-bounds-access

Fix out of bounds access to LinkerObjectTypeNames
This commit is contained in:
drmortalwombat 2024-01-01 18:15:39 +01:00 committed by GitHub
commit 0d7ffd787f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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