Description
This patch :
- corrects the computation of the buffer of a string,
- fixes the usage of UNICODE characters (mostly in the WINE code),
- and uses RtlMoveMemory instead of RtlCopyMemory to care about the hypothetical memory buffers overlapping to be copied (for information, the WINE code uses memmove instead of memcpy).
- corrects two DPRINTs and a comment.
Attachments
Issue Links
- blocks
-
CORE-6373 rtl: Path functions need more tests
- Open
-
CORE-6623 kernel32: Find* APIs reworking
- Resolved
- relates to
-
ROSTESTS-84 kernel32_apitest: Add a test for the Find*File*A/W API
- Resolved
There are no Sub-Tasks for this issue.