node icon indicating copy to clipboard operation
node copied to clipboard

[v20.x] vm: harden module type checks

Open legendecas opened this issue 9 months ago • 1 comments

Check if the value returned from user linker function is a null-ish value.

validateInternalField should be preferred when checking this argument to guard against null-ish this.

Co-authored-by: Mike Ralphson [email protected] PR-URL: https://github.com/nodejs/node/pull/52162 Reviewed-By: Vinícius Lourenço Claro Cardoso [email protected] Reviewed-By: Yagiz Nizipli [email protected]

legendecas avatar May 22 '24 22:05 legendecas