Skip to content
Snippets Groups Projects
Commit 212cab57 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

iproto: advance read buf position if we failed to parse the message

 Do not leak input buffer references on an incorrect packet.

 Before this patch, in case of incorrect packet, in->rpos was never
 advanced, creating an eternal request and blocked input buffer.

 A follow up on gh-1654.
parent 9932adc0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment