- Apply Wine commit 55b678e1 (msi: Fix an invalid memory access (valgrind).) by Hans Leidekker

svn path=/trunk/; revision=67372
This commit is contained in:
Thomas Faber 2015-04-23 19:56:02 +00:00
parent 25bb0d3a6f
commit 8492cfb611

View file

@ -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;