zebra/zebra-network
teor 8e18c99cdc Avoid risky use of Read::take with untrusted lengths
Zebra already uses `Read::take` to enforce message, body, and block
maximum sizes.

So using `Read::take` on untrusted sizes can result in short reads,
without a corresponding `UnexpectedEof` error. (The old code was
correct, but copying it elsewhere would have been risky.)
2021-03-22 11:54:31 -04:00
..
proptest-regressions/protocol Add proptest regressions file 2020-01-28 03:48:23 -05:00
src Avoid risky use of Read::take with untrusted lengths 2021-03-22 11:54:31 -04:00
Cargo.toml Bump versions for zebrad 1.0.0-alpha.4 (#1913) 2021-03-16 21:12:37 -03:00