Fix segmentation fault do to sprintf problems.
This commit is contained in:
parent
4b618b0be9
commit
f5740ec35f
@ -114,9 +114,7 @@ int main(void)
|
|||||||
char *filepath = create(char);
|
char *filepath = create(char);
|
||||||
filepath = size(filepath, 256);
|
filepath = size(filepath, 256);
|
||||||
|
|
||||||
strcpy(filepath, PASSWORDS);
|
sprintf(filepath, "%s%d.bin", PASSWORDS, req.level);
|
||||||
|
|
||||||
sprintf(filepath, "%s%d.bin", filepath, req.level);
|
|
||||||
|
|
||||||
int *key2 = create(int);
|
int *key2 = create(int);
|
||||||
key2 = size(key2, 256);
|
key2 = size(key2, 256);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user