Possible fix??

This commit is contained in:
Andrew Pamment
2017-03-30 23:20:23 +10:00
parent 0e5438de56
commit 4b73629423
2 changed files with 3 additions and 3 deletions

2
deps/aha/aha.c vendored
View File

@@ -115,7 +115,7 @@ char * aha(char *input)
int temp;
char *ptr = unmangle_out;
char *output = (char *)malloc(256);
int size;
int size = 256;
int outat = 0;
char minibuf[2];