note it's STRLEN not length including null, expand Runlen size

This commit is contained in:
Alex Groce
2019-01-01 22:43:57 -07:00
parent 483e827c64
commit 6cbb4f479a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void printBytes(const char* bytes) {
}
// Can be (much) higher (e.g., > 1024) if we're using fuzzing, not symbolic execution
#define MAX_STR_LEN 6
#define MAX_STR_LEN 8
TEST(Runlength, EncodeDecode) {
char* original = DeepState_CStrUpToLen(MAX_STR_LEN);