Revision ba47e68824dbd00c51d2c659ab05a83989283aab authored by Alexis Campailla on 31 March 2014, 19:04:54 UTC, committed by Saúl Ibarra Corretgé on 10 April 2014, 08:01:27 UTC
Fix https://github.com/joyent/node/issues/7345

Google Chrome is launching native messaging hosts by invoking cmd.exe
with input/output redirected from/to named pipes. The host ends up
with a read-only handle to the stdin pipe. This is causing
SetNamedPipeHandleState to fail.
1 parent 2c02c4e
History
File Mode Size
include
m4
samples
src
test
.gitignore -rw-r--r-- 740 bytes
.mailmap -rw-r--r-- 1.4 KB
AUTHORS -rw-r--r-- 5.0 KB
CONTRIBUTING.md -rw-r--r-- 5.6 KB
ChangeLog -rw-r--r-- 35.8 KB
LICENSE -rw-r--r-- 2.0 KB
Makefile.am -rw-r--r-- 11.9 KB
Makefile.mingw -rw-r--r-- 2.3 KB
README.md -rw-r--r-- 3.8 KB
android-configure -rwxr-xr-x 522 bytes
autogen.sh -rwxr-xr-x 1.7 KB
checksparse.sh -rwxr-xr-x 5.5 KB
common.gypi -rw-r--r-- 7.0 KB
configure.ac -rw-r--r-- 2.6 KB
gyp_uv.py -rwxr-xr-x 3.0 KB
libuv.pc.in -rw-r--r-- 259 bytes
uv.gyp -rw-r--r-- 15.9 KB
vcbuild.bat -rw-r--r-- 4.5 KB

README.md

back to top