r953: krealloc is buggy

Its use in minimap2 didn't trigger the bug, so the older minimap2 is still ok.
This commit is contained in:
Heng Li
2019-07-18 09:13:30 -04:00
parent 20c104ce8d
commit 7fc03b0c32
3 changed files with 32 additions and 15 deletions

2
main.c
View File

@@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"
#define MM_VERSION "2.17-r943-dirty"
#define MM_VERSION "2.17-r953-dirty"
#ifdef __linux__
#include <sys/resource.h>