This commit is contained in:
jaseg 2020-03-09 13:47:08 +01:00
parent 9debe084fc
commit 000ced2b54
4 changed files with 40 additions and 40 deletions

View file

@ -40,7 +40,7 @@ int main(int argc, char **argv) {
return 2;
}
if (st.st_size < 0 || st.st_size > 1000000) {
if (st.st_size < 0 || st.st_size > 10000000) {
fprintf(stderr, "Error reading test data: too much test data (size=%zd)\n", st.st_size);
return 2;
}