diff options
author | Mustafa M <mus-m@outlook.com> | 2019-06-19 12:24:36 -0400 |
---|---|---|
committer | Bartosz Sosnowski <bartosz@janeasystems.com> | 2019-07-03 14:18:04 +0200 |
commit | a5d374377822ddaa1961bddcef4bd53189c83d88 (patch) | |
tree | b2108b0d79bfc35b09798786660f659f765b85ae /docs/src | |
parent | c905e0bed86b5b6695f90844ef9ad2833b8ec2ec (diff) | |
download | libuv-a5d374377822ddaa1961bddcef4bd53189c83d88.tar.gz libuv-a5d374377822ddaa1961bddcef4bd53189c83d88.zip |
win: fix uv_os_tmpdir when env var is 260 chars
When TMP environment variable is 261 chars (including the trailing
slash) or 260 chars without the trailing slash, uv_os_tmpdir throws an
UV_EIO error which it shouldn't, since the total input string size
allowable for this function is PATH_MAX+1 (including the trailing slash)
PR-URL: https://github.com/libuv/libuv/pull/2341
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions