Merge pull request #108 from dongjinguang-china/master

Fixed potential risk of wild pointer
This commit is contained in:
Taylor Holberton
2018-01-03 06:14:24 -05:00
committed by GitHub
+1
View File
@@ -168,6 +168,7 @@ int main(int argc, char **argv)
break;
default:
fprintf(stderr, "%u bits is not supported.\n", bits);
fclose(file);
return 1;
}