Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#15622 PR-URL: nodejs#16761 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
- Loading branch information