studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

Fix index out of range runtime error when empty string is provided to FixSlashes #45

Closed marcelblijleven closed 3 years ago

marcelblijleven commented 3 years ago

Fix index out of range runtime error when empty string is provided to FixSlashes. When someone provides an empty string to e.g. ReadDir, this will cause a runtime error in FixSlashes.

chripo commented 3 years ago

thank you!