docker-archive / go-p9p

A modern, performant 9P library for Go.
Apache License 2.0
206 stars 50 forks source link

Added test for overflows on read operation #32

Closed simonferquel closed 7 years ago

simonferquel commented 7 years ago

This adds a test, verifying that a read is correctly truncated such that the response won't overflow even if the server is not careful. (as are at leas some existing servers out there)

stevvooe commented 7 years ago

@simonferquel Handled by #30.