Commit 4e1b245
child_process: fix bad abort signal leak
Move abort signal validation to before spawn is executed
so that the file is not leaked.
PR-URL: nodejs#37257
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 8862d92 commit 4e1b245
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
879 | 878 | | |
880 | | - | |
| 879 | + | |
881 | 880 | | |
882 | 881 | | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
883 | 886 | | |
884 | 887 | | |
885 | 888 | | |
| |||
0 commit comments