shlwapi: [1/5] Fix returned resultcode and size in UrlCanonicalizeA

Detlef Riekenberg wine.dev at web.de
Fri Oct 12 03:00:04 CDT 2007


When the output-buffer is to small, 
the returned size must include space for the terminating '\0',

When the output-buffer has no space for the terminating '\0',
the function must fail.
(The old code returned O_OK with an unterminated string)


Changelog:
shlwapi: Fix returned resultcode and size in UrlCanonicalizeA


-- 
 
By by ... Detlef

-------------- next part --------------



More information about the wine-patches mailing list