diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-04-15 14:10:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 14:10:09 -0600 |
commit | 7e4ee02e2e37db8adfaf4a05aba3819838904650 (patch) | |
tree | 560f7d4abcee351af4db58c5d943fd8aaac99318 /tests/unit_node/worker_threads_test.ts | |
parent | a080acc1b46ce9915760ce5c818763c64be8dca1 (diff) |
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.
Diffstat (limited to 'tests/unit_node/worker_threads_test.ts')
0 files changed, 0 insertions, 0 deletions