diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2020-04-28 20:11:10 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2020-04-28 20:11:12 +0200 |
commit | db96a61c26a88e18fd09a45d78e78add7c25a6f9 (patch) | |
tree | d69b487fa1fe835b32ab8aaafad7047ce22df91e /docs/src | |
parent | 75c8850c91ffa93fded1c8e2a8e725e00124e4be (diff) | |
download | libuv-db96a61c26a88e18fd09a45d78e78add7c25a6f9.tar.gz libuv-db96a61c26a88e18fd09a45d78e78add7c25a6f9.zip |
win: support environment variables > 32767 chars
The Windows documentation states these should not be possible
but several people have reported that they do in fact happen.
Try with a smallish stack-allocated buffer first and switch to
a heap-allocated buffer if the first one is too small.
Fixes: https://github.com/libuv/libuv/issues/2587
PR-URL: https://github.com/libuv/libuv/pull/2589
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions