Jinoh Kang (@iamahuman) commented about server/fd.c:
set_error( STATUS_OBJECT_PATH_SYNTAX_BAD ); return; }
- /* strip trailing slashes */
- while (len > 1 && nameptr[len - 1] == '/')
Maybe test that `MoveFileA("xyz", "abc\");` works even if xyz is a regular file? I don't mind personally, but just watching out for bikesheds :-)