You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind 27edc1aa19
Fix panic in BasicAuthDecode (#14046)
* Fix panic in BasicAuthDecode

If the string does not contain ":" that function would run into an
`index out of range [1] with length 1` error. prevent that.

* Update BasicAuthDecode()

Co-authored-by: 6543 <6543@obermui.de>
4 years ago
..
base.go API error cleanup (#7186) 5 years ago
natural_sort.go Sort repository tree entries in natural way (#2506) 7 years ago
natural_sort_test.go Sort repository tree entries in natural way (#2506) 7 years ago
tool.go Fix panic in BasicAuthDecode (#14046) 4 years ago
tool_test.go Fix panic in BasicAuthDecode (#14046) 4 years ago