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

Fix potentially uninitialized padded_code #368

Closed
wants to merge 3 commits into from

Conversation

yperbasis
Copy link
Member

Fixes erigontech/silkworm#305. Consensus test randomStatetest445_d0g0v0_Berlin was intermittently failing on Windows. Kudos to Andrea Lanfranchi for initial investigation.

@yperbasis yperbasis requested a review from chfast July 29, 2021 17:03
@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #368 (03038c3) into master (25b0b19) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #368   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          30       30           
  Lines        4198     4198           
=======================================
  Hits         4188     4188           
  Misses         10       10           
Flag Coverage Δ
consensus 91.55% <100.00%> (ø)
unittests 99.76% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/evmone/baseline.cpp 99.65% <100.00%> (ø)

@AndreaLanfranchi
Copy link
Contributor

Can confirm this mod completely solves our issue on MSVC Release builds

@chfast
Copy link
Member

chfast commented Aug 3, 2021

Fixed in #370.

@chfast chfast closed this Aug 3, 2021
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.

Consensus tests fail in AppVeyor intermittently
3 participants