msi: avoid negative index in TABLE_insert_row

James Hawkins truiken at gmail.com
Wed Mar 25 13:19:21 CDT 2009


On Wed, Mar 25, 2009 at 11:18 AM, Aric Stewart <aric at codeweavers.com> wrote:
> What appears to be happening is There is an existing table (I am unsure how
> many rows it has)
>
> Then the office installer is doing an Insert on the table as TEMPORARY.
>
> r = table_create_new_row( view, &row, temporary );
>
> returns a row of 0
>
> then under the temporary case we do
> idx -= tv->table->row_count
>
> which is generating an idx of less than 0;
>
>
> It looks like a wine bug. I can look into writing a test.
>

Thanks!  I appreciate it.

-- 
James Hawkins



More information about the wine-devel mailing list