msi: Make sure we don't access pcchValueBuf when szBuffer is NULL, as pcchValueBuf...
commitf4829063bcd69abfe2825bf7041797df79db80f1
authorJames Hawkins <truiken@gmail.com>
Mon, 14 Dec 2009 03:35:27 +0000 (13 19:35 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Dec 2009 11:19:52 +0000 (14 12:19 +0100)
tree05a3129e040219a177e833dc05bce187393ea63e
parentf823f2181e4387057222bd6431ddf0e62352dd0d
msi: Make sure we don't access pcchValueBuf when szBuffer is NULL, as pcchValueBuf is not required to be initialized in this case.
dlls/msi/msi.c
dlls/msi/tests/msi.c