Re: [PATCH v2] cutils: Fix get_relocated_path on Windows

2023-10-04 Thread Philippe Mathieu-Daudé
On 5/10/23 08:47, Akihiko Odaki wrote: get_relocated_path() did not have error handling for PathCchSkipRoot() because a path given to get_relocated_path() was expected to be a valid path containing a drive letter or UNC server/share path elements on Windows, but sometimes it turned out otherwise.

[PATCH v2] cutils: Fix get_relocated_path on Windows

2023-10-04 Thread Akihiko Odaki
get_relocated_path() did not have error handling for PathCchSkipRoot() because a path given to get_relocated_path() was expected to be a valid path containing a drive letter or UNC server/share path elements on Windows, but sometimes it turned out otherwise. The paths passed to get_relocated_path(