Skip to content

Fixes overflow in libstd/io/cursor.rs "seek"#39874

Merged
bors merged 2 commits into
rust-lang:masterfrom
amosonn:master
Feb 21, 2017
Merged

Fixes overflow in libstd/io/cursor.rs "seek"#39874
bors merged 2 commits into
rust-lang:masterfrom
amosonn:master

Conversation

@amosonn

@amosonn amosonn commented Feb 16, 2017

Copy link
Copy Markdown
Contributor

Fixes #39631
Test which fails (with old implementation), then fix to implementation.

@rust-highfive

Copy link
Copy Markdown
Contributor

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.

@amosonn amosonn changed the title Fixes #39631 Fixes overflow in libsdt/io/cursor.rs "seek" Feb 16, 2017
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

Thanks!

@bors

bors commented Feb 16, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit a2d176e has been approved by alexcrichton

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Feb 16, 2017
Fixes overflow in libsdt/io/cursor.rs "seek"

Fixes rust-lang#39631
Test which fails (with old implementation), then fix to implementation.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 17, 2017
Fixes overflow in libsdt/io/cursor.rs "seek"

Fixes rust-lang#39631
Test which fails (with old implementation), then fix to implementation.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 17, 2017
Fixes overflow in libsdt/io/cursor.rs "seek"

Fixes rust-lang#39631
Test which fails (with old implementation), then fix to implementation.
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Feb 17, 2017
Fixes overflow in libsdt/io/cursor.rs "seek"

Fixes rust-lang#39631
Test which fails (with old implementation), then fix to implementation.
@bors

bors commented Feb 18, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a2d176e with merge 73415b7...

@bors

bors commented Feb 18, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@amosonn

amosonn commented Feb 18, 2017 via email

Copy link
Copy Markdown
Contributor Author

@alexcrichton

alexcrichton commented Feb 21, 2017 via email

Copy link
Copy Markdown
Member

@bors

bors commented Feb 21, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a2d176e with merge 8a1ce40...

bors added a commit that referenced this pull request Feb 21, 2017
Fixes overflow in libsdt/io/cursor.rs "seek"

Fixes #39631
Test which fails (with old implementation), then fix to implementation.
@bors

bors commented Feb 21, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 8a1ce40 to master...

@bors bors merged commit a2d176e into rust-lang:master Feb 21, 2017
@amosonn amosonn changed the title Fixes overflow in libsdt/io/cursor.rs "seek" Fixes overflow in libstd/io/cursor.rs "seek" Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Overflow in libstd/io/cursor.rs "seek" returns incorrect error with large positions

5 participants