aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/message_store.cpp
diff options
context:
space:
mode:
authorJason Rhinelander <jason@imaginary.ca>2020-08-05 12:42:27 -0300
committerJason Rhinelander <jason@imaginary.ca>2020-08-05 12:42:27 -0300
commit20f603c6bedf4a4b3dd785e535b509970237d92d (patch)
tree9c77b7980324adbd3f7535c719cc2048ec8441e6 /src/wallet/message_store.cpp
parentMerge pull request #6571 (diff)
downloadmonero-20f603c6bedf4a4b3dd785e535b509970237d92d.tar.xz
Fix broken multisig pubkey sorting
The sort predicate is a boolean ordered-before value, but these are returning the memcmp value directly, and thus returns true whenever the pubkeys aren't equal. This means: - it isn't actually sorting. - it can (and does) segfault for some inputs.
Diffstat (limited to 'src/wallet/message_store.cpp')
0 files changed, 0 insertions, 0 deletions