swim: fix out of bounds access in proto decode
**pos is dereferenced before it is checked via *pos == end. This leads to out of bounds access when *pos == end.
Loading
Please register or sign in to comment
**pos is dereferenced before it is checked via *pos == end. This leads to out of bounds access when *pos == end.