Files
node/lib
Denys Otrishko 22789fd6d0 child_process: fix handling of incorrect uid/gid in spawn
uid/gid must be uint32, which is asserted on a c++ side but wasn't
checked on a JS side and therefore resulted in a process crash.

Refs: https://github.com/nodejs/node/issues/22570

PR-URL: https://github.com/nodejs/node/pull/22574
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-08-31 19:02:26 +02:00
..
2018-07-16 11:30:55 +02:00
2018-08-22 17:27:16 -04:00
2018-08-30 17:27:09 +02:00
2018-08-24 18:37:35 -07:00
2018-08-29 15:11:59 -04:00
2018-08-22 17:27:16 -04:00
2018-07-16 15:55:15 -07:00
2018-05-18 15:32:05 +02:00
2018-08-07 10:49:10 -07:00