Skip to content

[v16.x backport] src,inspector: fix empty MaybeLocal crash

Based off of https://github.com/nodejs/node/pull/42409 to backport into node 16. Below credit of RaisinTen

Return early when the Inspector StringView to V8 String conversion fails and returns an empty MaybeLocal instead of running the invalid ToLocalChecked() assertion. Fixes: https://github.com/nodejs/node/issues/42407 Signed-off-by: Darshan Sen raisinten@gmail.com

Merge request reports

Loading