[3/4] ntdll: Implement FileRenameInformation support.

Alexandre Julliard julliard at winehq.org
Thu Aug 20 02:47:16 CDT 2015


Sebastian Lackner <sebastian at fds-team.de> writes:

> ---
>  dlls/ntdll/file.c       |   44 ++++++++++++++++++
>  dlls/ntdll/tests/file.c |   76 +++++++++++++++++--------------
>  server/fd.c             |  115 ++++++++++++++++++++++++++++++++++++++++++++++--
>  server/protocol.def     |    8 +++
>  4 files changed, 205 insertions(+), 38 deletions(-)

You need to validate the path name, probably the same way create_file()
does. Also I think it would be cleaner with a separate request.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list