msi: Do not attempt to copy a non-string property in MsiSummaryInfoGetProperty.
commitb857369f87c49f812b23320099dcb91dbdb6f320
authorDmitry Timoshkov <dmitry@baikal.ru>
Wed, 19 Sep 2018 05:27:57 +0000 (19 13:27 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Sep 2018 15:20:51 +0000 (19 17:20 +0200)
tree551c7af2040cf002df90078820503ad2fcc5c863
parent7929c31ea7b9f47f68cd434393f1212e448a9cf7
msi: Do not attempt to copy a non-string property in MsiSummaryInfoGetProperty.

This patch fixes the crashes when running the tests under Wine.
Currently the crashes are hidden by a custom action exception handler.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/suminfo.c