Skip to content
New issue

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

A malicious? client will crash jocko #41

Open
llonchj opened this issue May 9, 2017 · 2 comments
Open

A malicious? client will crash jocko #41

llonchj opened this issue May 9, 2017 · 2 comments

Comments

@llonchj
Copy link
Contributor

llonchj commented May 9, 2017

curl localhost:9092

produces:

panic: read tcp [::1]:9092->[::1]:52133: i/o timeout

goroutine 45 [running]:
github.com/travisjeffery/jocko/server.(*Server).handleRequest(0xc420017680, 0x18d45e0, 0xc42008a040)
	/Users/llonchj/go/src/github.com/travisjeffery/jocko/server/server.go:132 +0xee6
created by github.com/travisjeffery/jocko/server.(*Server).Start.func1
	/Users/llonchj/go/src/github.com/travisjeffery/jocko/server/server.go:75 +0x119
exit status 2```
@dgryski
Copy link

dgryski commented May 9, 2017

If we're talking about malicious / buggy clients, fuzzing any protocol parsers would also give some easy wins.

@llonchj
Copy link
Contributor Author

llonchj commented May 9, 2017

@dgryski LOL that was my first try...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants