fxamacker / cbor-fuzz

Old coverage-guided fuzz testing for fxamacker/cbor. A newer version is used by fxamacker/cbor for fuzzing.
MIT License
11 stars 2 forks source link

Add -18446744073709551616 to corpus #5

Closed x448 closed 4 years ago

x448 commented 4 years ago

RFC 7049 test value -18446744073709551616 cannot fit into Go's int64, but it should still be added to the default corpus to make sure overflows like this are prevented.

The README.md should be updated after this is fixed.

fxamacker commented 4 years ago

Commit ffff6b81ad7f357cbfe61a20aa95870ef096fd32 closes this issue.