mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[CMD]
- Account for null terminator returned from RegQueryInfoKey CORE-6976 svn path=/trunk/; revision=67430
This commit is contained in:
parent
fb61dce954
commit
7d4ae22417
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ PrintAllAssociations()
|
|||
return -2;
|
||||
}
|
||||
|
||||
extLength++;
|
||||
extName = cmd_alloc(extLength * sizeof(TCHAR));
|
||||
|
||||
for(keyCtr = 0; keyCtr < numKeys; keyCtr++)
|
||||
|
|
Loading…
Reference in a new issue