-
Notifications
You must be signed in to change notification settings - Fork 55
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
Node v22 [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds #144
Comments
I believe this has been fixed, right? (Its a nodejs bug) |
It was fixed in node 22, but on node 23 it happens again |
Merged
We are also facing the same issue in v23. Has a fix been released, or is there an estimated timeline for its resolution? |
Just to be clear, was this not fixed in v1.11.2? (I thought it was) |
Yes, its seems fixed in v1.11.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Not sure if that should be worrying but on newest nodejs I get following error:
RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds at proto.utf8Write (node:internal/buffer:1066:13)
While trying to run simple test:
I have checked that on multiple lower versions and problem does not exist.
The text was updated successfully, but these errors were encountered: