Re: shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
25 Sep
2012
25 Sep
'12
7:03 a.m.
Francois Gouget <fgouget(a)codeweavers.com> writes:
Add NULL and insufficient buffer tests for PathCreateFromUrl(). --- dlls/shlwapi/path.c | 3 +++ dlls/shlwapi/tests/path.c | 49 +++++++++++++++++++++++++++++---------------- 2 files changed, 35 insertions(+), 17 deletions(-)
It doesn't work here: ../../../tools/runtest -q -P wine -M shlwapi.dll -T ../../.. -p shlwapi_test.exe.so path.c && touch path.ok path.c:322: Test succeeded inside todo block: got len = 22 expected 22 from url file:///localhost/c:/foo/bar path.c:322: Test succeeded inside todo block: got len = 19 expected 19 from url file://host//c:/foo/bar make: *** [path.ok] Error 2 -- Alexandre Julliard julliard(a)winehq.org
4825
Age (days ago)
4825
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard