mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
* tlv: fuzz tests for primitives * tlv: fuzz tests for BigSize We use a new harness to compare decoded values instead of encoded values, since there may be some unparsed bytes in the original data. * tlv: fuzz tests for truncated integers These fuzz tests are identical to non-truncated integers, except that we allow the fuzzer to choose decode lengths shorter than the length of normal integers. * tlv: fuzz tests for streams * fixup! tlv: fuzz tests for truncated integers loop over decode length * fixup! tlv: fuzz tests for streams better documentation |
||
---|---|---|
.. | ||
fuzz_test.go | ||
go.mod | ||
go.sum | ||
primitive.go | ||
primitive_test.go | ||
record.go | ||
record_test.go | ||
stream.go | ||
stream_test.go | ||
tlv_test.go | ||
truncated.go | ||
truncated_test.go | ||
varint.go | ||
varint_test.go |