We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/ws/WSHandler.cpp,line 174、199, if len == pos,data[pos++] will be out of bounds , and the variate ctx_.hdr.xpl.xpl16 will be set wrong value.
The text was updated successfully, but these errors were encountered:
Thanks for report this. line 174 is a bug, line 199 should be OK since it checked pos<len
Sorry, something went wrong.
fix issue #26
5e75555
update libkev
Merge pull request #27 from Jamol/fix
139a75f
fixed
No branches or pull requests
src/ws/WSHandler.cpp,line 174、199, if len == pos,data[pos++] will be out of bounds , and the variate ctx_.hdr.xpl.xpl16 will be set wrong value.
The text was updated successfully, but these errors were encountered: