-
Notifications
You must be signed in to change notification settings - Fork 382
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
Incorporate OOM fix in next release (v2.6.0) #411
Comments
Cherry-picked into v2.6 branch as f32ac1c. |
Published version 2.6.0. |
Would you consider back porting this fix to 1.x? |
Published 1.7.5 with the same fix. |
stepancheg
added a commit
that referenced
this issue
May 20, 2019
Nobody noticed likely because `with-bytes` feature is rarely used. CC: #411
FYI ef888e0 fixes the same issue when using both feature Need to backport it 2.6 and 1.7 too. |
Thanks, @stepancheg ! |
stepancheg
added a commit
that referenced
this issue
Jun 3, 2019
Nobody noticed likely because `with-bytes` feature is rarely used. CC: #411
stepancheg
added a commit
that referenced
this issue
Jun 3, 2019
Nobody noticed likely because `with-bytes` feature is rarely used. CC: #411
Published 2.6.2 with a fix for |
liamsi
added a commit
to tendermint/rust-abci
that referenced
this issue
Jun 13, 2019
This was referenced Jun 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please incorporate commit 66a22c8 from master in the next release (v2.6.0).
In particular, please incorporate the following OOM fix:
66a22c8#diff-03da03412d4490720c45da0a6f43d56cR36
rust-protobuf/protobuf/src/stream.rs
Lines 36 to 38 in 66a22c8
66a22c8#diff-03da03412d4490720c45da0a6f43d56cR640
rust-protobuf/protobuf/src/stream.rs
Lines 640 to 656 in 66a22c8
We hit this OOM error while fuzzing a project that uses the current release, v2.5.0. Patching v2.5.0 with the above commit made the error go away. It would be convenient if the commit were incorporated in an official release.
Thank you.
The text was updated successfully, but these errors were encountered: