dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Update owning_ref version. #149

Closed eddyb closed 8 years ago

eddyb commented 8 years ago

To include https://github.com/Kimundi/owning-ref-rs/commit/87b48117bd71f5e1e111484796e76be6953b27f1, which is needed because of rust-lang/rust#35143. Without that soundness fix, any user of erase_owner could miss a lifetime and cause use after free.

eddyb commented 8 years ago

Odd, are the tests just broken? No failure related to erase_owner, at least.

dpc commented 8 years ago

Logged #150 . Merging. Thank you for your PR!

eddyb commented 8 years ago

@dpc Thanks! You might want to publish a 0.7.1 version which includes this PR, for users of mioco.