diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-03-08 15:26:15 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-03-08 15:26:28 +0100 |
commit | efed9809b4fab34e33c3012aa3cf4b7a75d98ead (patch) | |
tree | 2655f7877f99007ea124cf68f42399e0117343a3 /contrib/gitian-descriptors/gitian-win-signer.yml | |
parent | 923d87497c7ce730259ba9a5c0419a0baca77aeb (diff) | |
parent | 82c3b3f8e07f0572327275841333256fa3e679e3 (diff) |
Merge #15532: Remove sharp edge (uninit member) when using the compiler-generated ctor for BlockFilter
82c3b3f8e07f0572327275841333256fa3e679e3 Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter (practicalswift)
Pull request description:
Remove sharp edge (uninitialised member `m_filter_type`) when using the compiler-generated constructor for `BlockFilter`.
Before (but after added test):
```
$ src/test/test_bitcoin -t blockfilter_tests/blockfilter_basic_test
Running 1 test case...
test/blockfilter_tests.cpp(118): error: in "blockfilter_tests/blockfilter_basic_test": check default_ctor_block_filter_1.GetFilterType() == default_ctor_block_filter_2.GetFilterType() has failed [ != ]
*** 1 failure is detected in the test module "Bitcoin Test Suite"
```
After:
```
$ src/test/test_bitcoin -t blockfilter_tests/blockfilter_basic_test
Running 1 test case...
*** No errors detected
```
Tree-SHA512: 21d41f036b0bf12adcf1a788d84747353f2023cb85fd8ea6c97222967032e8bf54e7910cadb45dfcecd78e5b5dca86685f78cad0596b6d1a08f910ebf20d90aa
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win-signer.yml')
0 files changed, 0 insertions, 0 deletions