summaryrefslogtreecommitdiffhomepage
path: root/drive/driveimpl/shared/pathutil_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-04-09drive: fix index out of bounds when parsing request local paths (#15517)Craig Hesling1-0/+1
Fix the index out of bound panic when a request is made to the local fileserver mux with a valid secret-token, but missing share name. Example error: http: panic serving 127.0.0.1:40974: runtime error: slice bounds out of range [2:1] Additionally, we document the edge case behavior of utilities that this fileserver mux depends on. Signed-off-by: Craig Hesling <craig@hesling.com>
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-0/+57
This change updates the tailfs file and package names to their new naming convention. Updates #tailscale/corp#16827 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>