-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes overflow in libstd/io/cursor.rs "seek" #39874
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors: r+ Thanks! |
📌 Commit a2d176e has been approved by |
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes rust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes rust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes rust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes rust-lang#39631 Test which fails (with old implementation), then fix to implementation.
⌛ Testing commit a2d176e with merge 73415b7... |
💔 Test failed - status-travis |
Looking at the log, it seems the failure was at setup of test environment.
How does one re-run it?
…On Feb 18, 2017 10:50 AM, "bors" ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/202891973>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39874 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC_zrXs3zc4mfDSc_rdYKJvbdyPF10kNks5rdr7ggaJpZM4MChXk>
.
|
@bors: retry
* network error
…On Sat, Feb 18, 2017 at 6:53 AM, amosonn ***@***.***> wrote:
Looking at the log, it seems the failure was at setup of test environment.
How does one re-run it?
On Feb 18, 2017 10:50 AM, "bors" ***@***.***> wrote:
> 💔 Test failed - status-travis
> <https://travis-ci.org/rust-lang/rust/builds/202891973>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#39874 (comment)>,
or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AC_zrXs3zc4mfDSc_
rdYKJvbdyPF10kNks5rdr7ggaJpZM4MChXk>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39874 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95F3sVaFgIP3ZXNblpCb4OB2XI4sNks5rdunfgaJpZM4MChXk>
.
|
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes #39631 Test which fails (with old implementation), then fix to implementation.
☀️ Test successful - status-appveyor, status-travis |
Fixes #39631
Test which fails (with old implementation), then fix to implementation.