shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 25 Sep 2012 14:32:57 +0000 (16:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Sep 2012 16:11:18 +0000 (18:11 +0200)
commit06439b303a723dcdb924251480f7fdf778ba332c
treef6683736a32d863ad3c28c9feb2b71ddb88d55e8
parentd86abc4921b5d78cca5634ad6f6603fb47de50f2
shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.

Add NULL and insufficient buffer tests for PathCreateFromUrl().
dlls/shlwapi/path.c
dlls/shlwapi/tests/path.c