fix OBOB, increase length since this may be what slowed manticore down

This commit is contained in:
Alex Groce
2019-01-01 01:20:09 -07:00
parent 00b77202e3
commit 7431a9bd1b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ char* decode(const char* output) {
}
// Can be (much) higher (e.g., > 1024) if we're using fuzzing, not symbolic execution
#define MAX_STR_LEN 2
#define MAX_STR_LEN 3
TEST(Runlength, EncodeDecode) {
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");