deno
7e4ee02e - fix(ext/io): Fix NUL termination error in windows named pipes (#23379)

Commit
2 years ago
fix(ext/io): Fix NUL termination error in windows named pipes (#23379) Due to a terminating NUL that was placed in a `r#` string, we were not actually NUL-terminating pipe names on Windows. While this has no security implications due to the random nature of the prefix, it would occasionally cause random failures when the trailing garbage would make the pipe name invalid.
Author
Parents
Loading