mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[MSI]
- Apply Wine commit 55b678e1 (msi: Fix an invalid memory access (valgrind).) by Hans Leidekker svn path=/trunk/; revision=67372
This commit is contained in:
parent
25bb0d3a6f
commit
8492cfb611
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ static UINT save_table( MSIDATABASE *db, const MSITABLE *t, UINT bytes_per_strre
|
||||||
}
|
}
|
||||||
|
|
||||||
rawsize = 0;
|
rawsize = 0;
|
||||||
for (i = 0; i < t->row_count; i++)
|
for (i = 0; i < row_count; i++)
|
||||||
{
|
{
|
||||||
UINT ofs = 0, ofs_mem = 0;
|
UINT ofs = 0, ofs_mem = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue