- Account for null terminator returned from RegQueryInfoKey
CORE-6976

svn path=/trunk/; revision=67430
This commit is contained in:
Thomas Faber 2015-04-26 05:31:16 +00:00
parent fb61dce954
commit 7d4ae22417

View file

@ -116,6 +116,7 @@ PrintAllAssociations()
return -2;
}
extLength++;
extName = cmd_alloc(extLength * sizeof(TCHAR));
for(keyCtr = 0; keyCtr < numKeys; keyCtr++)