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
for example this tends to crash https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/datatypes/numeric.js#L27 see https://nodejs.org/api/buffer.html#buffer_buf_writeuintle_value_offset_bytelength_noassert try/catch should be added to prevent the crash (currently it means anybody can crash the proxy) Also see #213
The text was updated successfully, but these errors were encountered:
Fix seems to be fixed now (I just tried)
Sorry, something went wrong.
No branches or pull requests
for example this tends to crash https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/datatypes/numeric.js#L27
see https://nodejs.org/api/buffer.html#buffer_buf_writeuintle_value_offset_bytelength_noassert
try/catch should be added to prevent the crash (currently it means anybody can crash the proxy)
Also see #213
The text was updated successfully, but these errors were encountered: