Skip to content
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

Rust 1.18 regression - mime_multipart-0.3.5 #40958

Closed
alexcrichton opened this Issue Mar 31, 2017 · 6 comments

Comments

Projects
None yet
5 participants
@alexcrichton
Copy link
Member

alexcrichton commented Mar 31, 2017

Regression logs

This looks like a soundness fix, but this'll track ensuring we send a PR upstream and file this into the release notes.

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Apr 4, 2017

commit b118d606feb62c15d0dbd4e3280597a02e004190
Author: Mike Dilger <mike@optcomp.nz>
Date:   Wed Dec 14 11:49:41 2016 +1300

    0.3.5

https://github.com/mikedilger/mime-multipart

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Apr 4, 2017

@arielb1

This comment has been minimized.

Copy link
Contributor

arielb1 commented Apr 4, 2017

Signature of parse_headers:

pub fn parse_headers<'b: 'h, 'h>(src: &'b [u8], mut dst: &'h mut [Header<'b>])

This was caused by #40319 and indeed discussed in the thread with the author: #40319 (comment).

@nikomatsakis

This comment has been minimized.

Copy link
Contributor

nikomatsakis commented Apr 5, 2017

OK, closing this issue then.

@nikomatsakis

This comment has been minimized.

Copy link
Contributor

nikomatsakis commented Apr 5, 2017

@mikedilger you may wish to publish the new versions of the crate, if you've not already done so.

@mikedilger

This comment has been minimized.

Copy link
Contributor

mikedilger commented Apr 5, 2017

@nikomatsakis New versions were published 9th of March. I hope 0.3.5 doesn't get pulled into regression testing of each subsequent rust version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.