summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/idevicebackup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c
index d355200..bb7f5c3 100644
--- a/tools/idevicebackup2.c
+++ b/tools/idevicebackup2.c
@@ -280,7 +280,7 @@ static char* get_uuid()
280{ 280{
281 const char *chars = "ABCDEF0123456789"; 281 const char *chars = "ABCDEF0123456789";
282 int i = 0; 282 int i = 0;
283 char *uuid = (char*)malloc(sizeof(char) * 32); 283 char *uuid = (char*)malloc(sizeof(char) * 33);
284 284
285 srand(time(NULL)); 285 srand(time(NULL));
286 286