Skip to content

string_decoder: fix crash when calling `__proto__.write()` using C++

This makes the function throw an exception from C++ instead of crashing.

Fixes: https://github.com/nodejs/node/issues/41949 Signed-off-by: Darshan Sen raisinten@gmail.com

Merge request reports

Loading