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

CID 242479 - Pointer to local outside scope (use-after-free) #4

Closed
perillamint opened this issue Aug 5, 2019 · 0 comments
Closed

Comments

@perillamint
Copy link

In \texttt{src/miner.cpp:CreateNewBlock}, reference to 'publicSpoend' and 'spendObj'
member variable is used after 'publicSpend' and 'spendObj' is freed from the
stack. It can be lead to data corruption.

\lstinputlisting [style=customc, firstline=101, lastline=392]{Popchain/src/miner.cpp}

perillamint added a commit that referenced this issue Aug 5, 2019
perillamint pushed a commit that referenced this issue Aug 22, 2019
perillamint pushed a commit that referenced this issue Aug 22, 2019
perillamint pushed a commit that referenced this issue Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant