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

Infinite loop condition in tcp_socket::_sendv #28

Closed
ymmt2005 opened this issue Dec 25, 2013 · 0 comments
Closed

Infinite loop condition in tcp_socket::_sendv #28

ymmt2005 opened this issue Dec 25, 2013 · 0 comments
Assignees
Labels

Comments

@ymmt2005
Copy link
Member

There is a bug in tcp_socket::_sendv that may trigger an infinite loop.

Specifically, sending 0 byte object data over the binary protocol triggers
the infinite loop. The root cause of this bug is 0 length data in the iov
vector for writev system call.

@ghost ghost assigned ymmt2005 Dec 25, 2013
ymmt2005 added a commit that referenced this issue Dec 26, 2013
* Support CAS operations for Delete, Increment, Decrement,
  Append, and Prepend in addition to Set/Add/Replace commands.
* Return CAS unique value in response for Touch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant