update to qt 4.8.6#1
Merged
MarkPfennig merged 2 commits intomasterfrom Jul 9, 2014
Merged
Conversation
Contributor
Author
|
test on debian and rpm distributions |
dbkeys
added a commit
that referenced
this pull request
Feb 2, 2021
OP Check Lock Time Verify // for atomic swaps, decentralized exchanging
bitmarkcc
pushed a commit
to bitmarkcc/bitmark
that referenced
this pull request
Apr 2, 2021
fix issue with GetIOService
bitmarkcc
pushed a commit
to bitmarkcc/bitmark
that referenced
this pull request
May 1, 2021
Stable Release v0.9.7.4
This was referenced Jan 8, 2026
melvincarvalho
added a commit
that referenced
this pull request
Jan 9, 2026
GCC 13 and later have optimization bugs that cause undefined behavior in the BMW256 hash function when compiled with -O2 or higher. This results in incorrect LYRA2REv2 hashes and causes block verification failures at Fork #1 (block 450,947) and beyond. The fix adds explicit build rules for LYRA2RE-related source files (bmw.c, Lyra2RE.c, Lyra2.c, Sponge.c) to compile them with -O1 optimization level instead of the default. Fixes #141
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following testing on CentOS 6.5 we find an error with qt4.6.4, also detailed for bitcoin at https://bitcointalk.org/index.php?topic=621496.msg6883143#msg6883143
pending test results we hope upgrading to qt-4.8.6 will resolve.