diff options
author | Aleksei Volkov <volkov.aa@phystech.edu> | 2023-10-31 01:39:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 19:39:43 -0300 |
commit | b8a2710a2cefbddc5e6b494db186014b341412e4 (patch) | |
tree | 137248c695babc7b37fccd42ebda44431a27277d /win32 | |
parent | bb9d7ed38a092dde2b27e2adc7b386272f2890ee (diff) | |
download | luarocks-b8a2710a2cefbddc5e6b494db186014b341412e4.tar.gz luarocks-b8a2710a2cefbddc5e6b494db186014b341412e4.tar.bz2 luarocks-b8a2710a2cefbddc5e6b494db186014b341412e4.zip |
Fix problems in path normalisation algorithm (#1541)
Current implementation of path normalisation contains various flaws:
- Trailing `.` and `..` at the end of path don't get normalised,
- Path `/` turns into an empty string after normalisation.
This patch changes implementation of normalisation to fix these.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions