Passing NULL as the last two parameters to ReadFile is illegal and
commit561f2f0399d632e5ee7b85198a85e506fe8f2d57
authorThomas Weidenmueller <wine-patches@reactsoft.com>
Sat, 29 Oct 2005 10:29:08 +0000 (29 10:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 29 Oct 2005 10:29:08 +0000 (29 10:29 +0000)
tree5f8adf015ce1df2063d69fe183be40b61b710696
parenteb68aa7317206362869071ab023e1fe9bb0c1637
Passing NULL as the last two parameters to ReadFile is illegal and
actually causes a crash on windows. The attached patch fixes this.
dlls/msi/action.c