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

Update flate2 to fix a few issues in valgrind #1692

Merged
merged 1 commit into from
Mar 22, 2019

Conversation

jtgeibel
Copy link
Member

cargo update -p flate2:1.0.1 --aggressive

This updates the flate2 we use in production. We also pull in
flate2:0.2.20 via conduit-git-http-backend which is a middleware
that is only enabled in development.

This addresses four instances of "Conditional jump or move depends on
uninitialised value(s)" raised when running
valgrind --trace-children=yes cargo test

This updates the `flate2` we use in production.  We also pull in
`flate2:0.2.20` via `conduit-git-http-backend` which is a middleware
that is only enabled in development.

This addresses four instances of "Conditional jump or move depends on
uninitialised value(s)" raised when running
`valgrind --trace-children=yes cargo test`
@sgrif
Copy link
Contributor

sgrif commented Mar 22, 2019

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 22, 2019

📌 Commit 8545ada has been approved by sgrif

@bors
Copy link
Contributor

bors commented Mar 22, 2019

⌛ Testing commit 8545ada with merge 7b3719b...

bors added a commit that referenced this pull request Mar 22, 2019
Update flate2 to fix a few issues in valgrind

`cargo update -p flate2:1.0.1 --aggressive`

This updates the `flate2` we use in production.  We also pull in
`flate2:0.2.20` via `conduit-git-http-backend` which is a middleware
that is only enabled in development.

This addresses four instances of "Conditional jump or move depends on
uninitialised value(s)" raised when running
`valgrind --trace-children=yes cargo test`
@bors
Copy link
Contributor

bors commented Mar 22, 2019

☀️ Test successful - checks-travis
Approved by: sgrif
Pushing 7b3719b to master...

@bors bors merged commit 8545ada into rust-lang:master Mar 22, 2019
@jtgeibel jtgeibel deleted the update/flate2 branch July 14, 2019 21:09
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.

3 participants