-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[8.0.0] v8.Serializer crashes on bad input #13326
Labels
v8 engine
Issues and PRs related to the V8 dependency.
Comments
Thanks – this isn’t really bad input to the serializer, it’s the |
thanks @addaleax ! |
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 8, 2017
Calling Serializer/Deserlizer without new crashes node. Adding a js class which just inherits cpp bindings. Fixes: nodejs#13326
4 tasks
@addaleax : I tried to fix it, let me know if that not a proper fix. |
Sorry, kind of forgot about this one. Thank you! |
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 8, 2017
Calling Serializer/Deserlizer without new crashes node. Adding a js class which just inherits cpp bindings. Fixes: nodejs#13326
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 8, 2017
Calling Serializer/Deserlizer without new crashes node. Adding a js class which just inherits cpp bindings. Added refression tests. Fixes: nodejs#13326
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 8, 2017
Calling Serializer/Deserializer without new crashes node. Adding a js class which just inherits cpp bindings. Added regression tests. Fixes: nodejs#13326
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 9, 2017
Calling Serializer/Deserializer without new crashes node. Adding a js class which just inherits cpp bindings. Added regression tests. Fixes: nodejs#13326
zimbabao
added a commit
to zimbabao/node
that referenced
this issue
Jun 10, 2017
Calling Serializer/Deserializer without new crashes node. Adding a js class which just inherits cpp bindings. Added regression tests. Fixes: nodejs#13326
addaleax
pushed a commit
that referenced
this issue
Jun 12, 2017
Calling Serializer/Deserializer without new crashes node. Adding a js class which just inherits cpp bindings. Added regression tests. Fixes: #13326 PR-URL: #13541 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
ExE-Boss
added a commit
to ExE-Boss/node
that referenced
this issue
Dec 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expectation is to handle this in JS code itself.
The text was updated successfully, but these errors were encountered: