diff options
author | dergoegge <n.goeggi@gmail.com> | 2024-06-19 09:57:22 +0100 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2024-06-19 10:14:31 +0100 |
commit | e009bf681c0e38a6451afa594ba3c7c8861f61c3 (patch) | |
tree | 8d387f3dbf4006cbbb1c2f15affd4a9190ec3382 /test/functional | |
parent | 41544b8f96dbc9c6b8998acd6522200d67cdc16d (diff) |
Don't use iterator addresses in IteratorComparator
The addresses of the iterator values are non-deterministic (i.e. they
depend on where the values were allocated). This causes stability issues
when fuzzing (e.g. in the `txorphan` and `mini_miner` harnesses), due
the orders (derived from IteratorComparator) not being deterministic.
Improve stability by comparing the first element in the iterator value
pair instead of using the the value addresses.
Diffstat (limited to 'test/functional')
0 files changed, 0 insertions, 0 deletions