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

Revert 25a07f10 -- makefile.unix #56

Merged
merged 1 commit into from
Dec 5, 2014
Merged

Revert 25a07f10 -- makefile.unix #56

merged 1 commit into from
Dec 5, 2014

Conversation

deusstultus
Copy link

STATIC=1 not cleanly implemented

STATIC=1 not cleanly implemented
eduffield222 pushed a commit that referenced this pull request Dec 5, 2014
@eduffield222 eduffield222 merged commit fd6c104 into dashpay:master Dec 5, 2014
@eduffield222
Copy link

opps, thanks

barrystyle pushed a commit to PACGlobalOfficial/PAC that referenced this pull request Jul 17, 2019
* Bump version on pacmn.sh and pac-update.sh to v12.5.1
FornaxA pushed a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
[bug][snap][gitian][build][artworks] Fix wrong demo address in preparebudget and change proposal icon
FornaxA added a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
Update release notes and rpc documentation

Approved-by: Cevap
kwvg pushed a commit to kwvg/dash that referenced this pull request Dec 21, 2022
…pay#56)

Conversion like "std::string(b)" result in a temporary r value with a
short/undefined lifetime. Accessing data of it via pointers into internal
data gives undefined behavior.

The fix is to use a temporary variable which has a well defined lifetime.

The issue that is fixed here is that even when "from_xxx" methods were
called with the same data, the resulting keys were different each time.
I assume this was not noticed before as it only appear to happen with
some compiler versions.
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.

None yet

2 participants