From: Jens Steube Date: Sun, 17 Apr 2016 09:00:53 +0000 (+0200) Subject: Small fix related to https://github.com/hashcat/oclHashcat/commit/3cd83a4ab90cc35c427... X-Git-Tag: v3.00-beta~111 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=fb6dec55afdfe146c8949056a5bf80de995b2067;p=hashcat.git Small fix related to https://github.com/hashcat/oclHashcat/commit/3cd83a4ab90cc35c427d305deff67f06cbf2006f --- diff --git a/src/shared.c b/src/shared.c index 8c4fdc3..3073793 100644 --- a/src/shared.c +++ b/src/shared.c @@ -9115,7 +9115,7 @@ void read_restore (const char *eff_restore_file, restore_data_t *rd) fclose (fp); - char new_cwd[1024] = { 0 }; + char new_cwd[256] = { 0 }; char *nwd = getcwd (new_cwd, sizeof (new_cwd));