fixed potential integer overflows

This commit is contained in:
Heng Li
2021-07-16 17:20:05 -04:00
parent b046052d82
commit 5f449c5cae
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"
#define MM_VERSION "2.21-r1071-qs-dirty"
#define MM_VERSION "2.21-r1074-qs-dirty"
#ifdef __linux__
#include <sys/resource.h>