mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
winebuild: Document the correlation of spec->ordinals and spec->limit with an assertion (Coverity 902).
This commit is contained in:
parent
474276d569
commit
665a0424cd
@ -549,6 +549,7 @@ static void output_module16( DLLSPEC *spec )
|
||||
|
||||
if (!spec->ordinals)
|
||||
{
|
||||
assert(spec->limit == 0);
|
||||
spec->ordinals = xmalloc( sizeof(spec->ordinals[0]) );
|
||||
spec->ordinals[0] = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user