mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
This fixes an issue where the gpu subprocess was writing messages to a random pipe or socket. The standard file desciptors are closed in chromium's subprocesses because of an unfortunate interaction with libuv's tty handling code leaving them with the FD_CLOEXEC flag.