From 45059d5119691d11fa155019f8cb02ce140e2af6 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Mon, 25 Jan 2016 16:40:59 +0400 Subject: [PATCH] untrusted rlp data length check --- .gitignore | 3 ++- util/src/rlp/tests.rs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3f377db9..2cdc945d3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ Cargo.lock /json-tests/target/ - +# jetbrains ide stuff +.idea \ No newline at end of file diff --git a/util/src/rlp/tests.rs b/util/src/rlp/tests.rs index e08901d67..e86cb8ae6 100644 --- a/util/src/rlp/tests.rs +++ b/util/src/rlp/tests.rs @@ -360,5 +360,4 @@ fn test_rlp_data_length_check() let as_val: Result = rlp.as_val(); assert_eq!(Err(DecoderError::RlpInconsistentLengthAndData), as_val); -} - +} \ No newline at end of file