]> git.lizzy.rs Git - rust.git/commit
auto merge of #10664 : alexcrichton/rust/issue-10663, r=luqmana
authorbors <bors@rust-lang.org>
Tue, 26 Nov 2013 17:17:58 +0000 (09:17 -0800)
committerbors <bors@rust-lang.org>
Tue, 26 Nov 2013 17:17:58 +0000 (09:17 -0800)
commite03f17eb214e925b15f2c684ddb69a48fbd3d8f2
treed6f16bfd1c12ef29a280b71d94dde274f5fc2e20
parentef70b7666e4846f02cd37eed26999b71d0c21326
parent7f3501275d8f54d6a393db5bafc0a189a01dc200
auto merge of #10664 : alexcrichton/rust/issue-10663, r=luqmana

It turns out that libuv was returning ENOSPC to us in our usage of the
uv_ipX_name functions. It also turns out that there may be an off-by-one in
libuv. For now just add one to the buffer size and handle the return value
correctly.

Closes #10663