D18073 mistakenly introduced a use after free bug by avoiding a copy that was made on purpose and holding a reference to an iterator pointed item that is removed in the next line, causing the reference to be dangling.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCd0c31e0913ed: Fix a use after free error
./contrib/teamcity/build-configurations.py build-asan
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable