mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-10 04:59:06 +02: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