Description
SetupGetFileCompressionInfoW first checks for required length of the string to allocate, but return value is length of the string, not required bytes to successfully copy data.
In order to fix it function should allocate required bytes (required*sizeof(sizeof(WCHAR)).
Attachments
Issue Links
- blocks
-
CORE-19209 SetupAPI partial sync to Wine 8.15
- In Progress