https://bugs.winehq.org/show_bug.cgi?id=49279
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com ---
From my point of view, 'uTbl >= MAX_MCICMDTABLE' is redundant.
The function's uTbl argument originated from MCI_DumpCommandTable()'s argument. MCI_DumpCommandTable() is called inside a for loop and its argument range is [0..MAX_MCICMDTABLE). Thus, it never exceeds MAX_MCICMDTABLE.