fix wrong memcmp() usage in CKey::operator==
- add a check for CKey::size() of a and b (size can be 0 or 32)
- change the fixed value in memcmp() to use a.size() instead
- fixes #3090
fix wrong memcmp() usage in CKey::operator== a39967401e0fUnpublished Tags None Subscribers None
Description
Details
|