Resolve "Segmentation fault in sfind"
1 unresolved thread
1 unresolved thread
Compare changes
+ 24
− 17
@@ -50,19 +50,19 @@ extern "C" int gkfs_getsingleserverdir(const char *path,
@@ -103,8 +103,8 @@ static void pfind_print_help(pfind_options_t *res) {
@@ -114,6 +114,7 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -151,7 +152,10 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -280,8 +284,7 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -289,7 +292,7 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -307,15 +310,18 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -329,11 +335,11 @@ int process(pfind_options_t *opt) {
@@ -343,15 +349,16 @@ int process(pfind_options_t *opt) {