diff options
author | Jason Rhinelander <jason@imaginary.ca> | 2020-08-05 12:42:27 -0300 |
---|---|---|
committer | Jason Rhinelander <jason@imaginary.ca> | 2020-08-05 12:42:27 -0300 |
commit | 20f603c6bedf4a4b3dd785e535b509970237d92d (patch) | |
tree | 9c77b7980324adbd3f7535c719cc2048ec8441e6 /.travis.yml | |
parent | Merge pull request #6571 (diff) | |
download | monero-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 '.travis.yml')
0 files changed, 0 insertions, 0 deletions