issues
search
interledger
/
interledger-rs
An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201
stars
70
forks
source link
Stream fuzzing fixes
#715
Closed
whalelephant
closed
3 years ago
whalelephant
commented
3 years ago
cc: #705
Focused on fuzzing
StreamPacket
when parsing of stream packet data into valid known frames errors, it is returned instead of ignored
updated a fuzz test name for clarification of cause of failure
added new test and code for removing trailer bytes for fuzzing
TODO:
add new test and handle Unknown frames for fuzzing
cc: #705
Focused on fuzzing
StreamPacket
TODO: