how has this ever worked...

This commit is contained in:
overflowerror 2019-01-21 20:46:53 +01:00
parent 113383066d
commit 7befb71842

View file

@ -103,7 +103,7 @@ int main(int argc, char** argv) {
exit(2);
}
char* string = malloc(settings.length);
char* string = malloc(settings.length + 1);
tmp = sfuid_encode(value, string);