DynamoRIO / DynamoRIO/dynamorio
Windows file path with dot in the middle not converted to NT path properly
Open
Bug-ToolFail
OpSys-Windows
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
convert_to_NT_file_path() is supposed to handle relative paths (#298) yet it fails to remove a dot in the middle:
```
os_internal_create_file: |C:/derek/drmemory/git/build_x64_dbg/./bin64/drfuzz.dll| => |\??\C:\derek\drmemory\git\build_x64_dbg\.\bin64\drfuzz.dll|
```
Contributor guide
Assessment
This issue has not been assessed yet.