cosmos-sdk/crypto/types
Emmanuel T Odeke 49bf0774bc
crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex (#9196)
Fixes unchecked negative index access that'd cause panics, in CompactBitArray's:
* CompactUnmarshal, which blindly used the result of binary.Uvarint
* GetIndex
* SetIndex

Fixes #9164
Fixes #9165
2021-04-26 16:40:27 +00:00
..
multisig multisig checks and optimization (#8600) 2021-02-23 15:55:06 +00:00
compact_bit_array.go crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex (#9196) 2021-04-26 16:40:27 +00:00
compact_bit_array_test.go crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex (#9196) 2021-04-26 16:40:27 +00:00
multisig.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
types.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00