msi: Ignore all non-stream elements when filling the _Streams table.
This commit is contained in:
parent
6a7127bfc2
commit
d9f2120f14
@ -464,6 +464,9 @@ static INT add_streams_to_table(MSISTREAMSVIEW *sv)
|
|||||||
if (FAILED(hr) || !size)
|
if (FAILED(hr) || !size)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
if (stat.type != STGTY_STREAM)
|
||||||
|
continue;
|
||||||
|
|
||||||
/* table streams are not in the _Streams table */
|
/* table streams are not in the _Streams table */
|
||||||
if (*stat.pwcsName == 0x4840)
|
if (*stat.pwcsName == 0x4840)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user