untrusted rlp data length check
This commit is contained in:
@@ -360,5 +360,4 @@ fn test_rlp_data_length_check()
|
||||
|
||||
let as_val: Result<String, DecoderError> = rlp.as_val();
|
||||
assert_eq!(Err(DecoderError::RlpInconsistentLengthAndData), as_val);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user