filecoin-project / filecoin-project/go-address
MarshalCBOR should fail with >64 bytes, which will fail to decode
Open
bug
- Dominant language
- Go
- Stars
- 16
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
UnmarshalCBOR limits the payload array to 64 bytes, but MarshalCBOR will happily serialize an address that would fail to decode for this reason.
Contributor guide
Assessment
This issue has not been assessed yet.