mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -882,7 +882,7 @@ static UINT save_table( MSIDATABASE *db, const MSITABLE *t, UINT bytes_per_strre
|
||||
}
|
||||
|
||||
rawsize = 0;
|
||||
for (i = 0; i < t->row_count; i++)
|
||||
for (i = 0; i < row_count; i++)
|
||||
{
|
||||
UINT ofs = 0, ofs_mem = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user