[ros-dev] Re: [ros-svn] [ion] 16660: Dmitry Philippov <shedon@mail.ru>:

Alex Ionescu ionucu at videotron.ca
Wed Jul 20 22:42:25 CEST 2005


Hartmut Birr wrote:

>ion at svn.reactos.com wrote:
>
>  
>
>>Dmitry Philippov <shedon at mail.ru>:
>>
>>- Implemented FindFirstFileExW() and have removed InternalFindFirstFile() in /lib/kernel32/file/find.c, now FindFirstFileA (), FindFirstFileExA () and FindFirstFileW called FindFirstFileExW ()
>>
>>NOTE: Filip has asked revision "16661" (the next one) to be done by him... sorry if this sounds silly, but please respect his wish :)
>>
>>
>>Updated files:
>>trunk/reactos/lib/kernel32/file/find.c
>>
>>_______________________________________________
>>Ros-svn mailing list
>>Ros-svn at reactos.com
>>http://reactos.com:8080/mailman/listinfo/ros-svn
>>
>>
>> 
>>
>>    
>>
>The implemention of FindFirstFileExW is very buggy. On errors, the
>allocated buffers are not cleanup correctly. The fourth parameter is
>wrong in the call to RtlDosPathNameToNtPathName_U. It isn't possible to
>cast a unicode string to a directory structure. The using of the results
>from the call to RtlDosPathNameToNtPathName_U is wrong. The buffer from
>the returned directory structure isn't always null terminated.
>
>- Hartmut
>  
>
Hi,

Does Dmity's new patch fix these issues?

Best regards,
Alex Ionescu


More information about the Ros-dev mailing list