[KBDTOOL]

Don't deal with uninit memory

svn path=/trunk/; revision=70767
This commit is contained in:
Pierre Schweitzer 2016-02-21 11:32:17 +00:00
parent 1e830e6cc4
commit 2b33641cc1

View file

@ -982,6 +982,7 @@ DoParsing(VOID)
}
/* Now parse the keywords */
memset(KeyWords, 0, sizeof(KeyWords));
while (KeyWord < (KEYWORD_COUNT - 1))
{
/* Save this keyword */