diff options
Diffstat (limited to 'tools/idevicecrashreport.c')
| -rw-r--r-- | tools/idevicecrashreport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicecrashreport.c b/tools/idevicecrashreport.c index 8c04fd1..8502938 100644 --- a/tools/idevicecrashreport.c +++ b/tools/idevicecrashreport.c | |||
| @@ -404,6 +404,7 @@ int main(int argc, char* argv[]) { | |||
| 404 | 404 | ||
| 405 | /* read "ping" message which indicates the crash logs have been moved to a safe harbor */ | 405 | /* read "ping" message which indicates the crash logs have been moved to a safe harbor */ |
| 406 | char *ping = malloc(4); | 406 | char *ping = malloc(4); |
| 407 | memset(ping, '\0', 4); | ||
| 407 | int attempts = 0; | 408 | int attempts = 0; |
| 408 | while ((strncmp(ping, "ping", 4) != 0) && (attempts < 10)) { | 409 | while ((strncmp(ping, "ping", 4) != 0) && (attempts < 10)) { |
| 409 | uint32_t bytes = 0; | 410 | uint32_t bytes = 0; |
