msi: Fix heap overflow in save_string_table.
commit66c9cbbe0fd23d52a500d4d276ee8743c87fa336
authorRobert Shearman <rob@codeweavers.com>
Wed, 22 Feb 2006 16:30:50 +0000 (22 16:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 22 Feb 2006 21:15:12 +0000 (22 22:15 +0100)
treed36250836399c308b7f30b2905eac428a996bad4
parent6c529a72737fdf54eac63faaedd36d46e720d06d
msi: Fix heap overflow in save_string_table.
Fix heap overflow caused by not accounting for the dummy first item,
which contains the codepage.
dlls/msi/table.c