Unverified Commit de1754a7 authored by cjihrig's avatar cjihrig
Browse files

src: CHECK() for argument overflow in Spawn()

This commit adds checks for overflow to args and env in Spawn().
It seems extremely unlikely that either of these values would
overflow from a valid use case.

Fixes: https://github.com/nodejs/node/issues/15622
PR-URL: https://github.com/nodejs/node/pull/16761


Reviewed-By: default avatarGireesh Punathil <gpunathi@in.ibm.com>
parent 90a43906
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment