We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function parseListLine panics when called with the argument "000000000x " (notice the space at the end).
parseListLine
panic: runtime error: index out of range goroutine 1 [running]: github.com/jlaffaye/ftp.parseHostedFTPLine(0x10e3042, 0xb, 0x114c200, 0xc4200107d0, 0xc420010701) /Users/Metalnem/Go/src/github.com/jlaffaye/ftp/parse.go:196 +0x24a github.com/jlaffaye/ftp.parseListLine(0x10e3042, 0xb, 0xc4200107d0, 0x0, 0x0) /Users/Metalnem/Go/src/github.com/jlaffaye/ftp/parse.go:209 +0x68 github.com/jlaffaye/ftp.SuperParseLine(0x10e3042, 0xb, 0xc420014630, 0x29, 0xc420014630) /Users/Metalnem/Go/src/github.com/jlaffaye/ftp/parse.go:218 +0x35 main.main() /Users/Metalnem/Go/src/github.com/jlaffaye/ftp/main/main.go:12 +0x3a exit status 2
This bug was found with the help of go-fuzz.
The text was updated successfully, but these errors were encountered:
Fix possible runtime error
0445d85
closes jlaffaye#97
Nice tool! We should add it to our automated test.
Sorry, something went wrong.
d63bbca
Successfully merging a pull request may close this issue.
Function
parseListLine
panics when called with the argument "000000000x " (notice the space at the end).This bug was found with the help of go-fuzz.
The text was updated successfully, but these errors were encountered: