1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Matt Mastracci 7e4ee02e2e
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.
2024-04-15 14:10:09 -06:00
..
broadcast_channel chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
cache chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
canvas chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
console chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
cron chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
crypto chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
fetch chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
ffi chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
fs chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
http chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
io fix(ext/io): Fix NUL termination error in windows named pipes (#23379) 2024-04-15 14:10:09 -06:00
kv chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
napi chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
net chore: upgrade deno_core to 0.274.0 (#23344) 2024-04-12 21:45:38 +02:00
node fix(ext/node): add stub for AsyncResource#asyncId() (#23372) 2024-04-15 12:54:42 +00:00
tls chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
url chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
web chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
webgpu chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
webidl chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00
websocket chore: remove repetitive words (#23341) 2024-04-12 08:33:43 -06:00
webstorage chore: forward v1.42.3 release commit to main (#23335) 2024-04-12 04:19:46 +00:00