Resolve "Segmentation fault in sfind"
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 99
− 121
@@ -20,11 +20,9 @@
@@ -48,30 +46,36 @@ extern "C" int gkfs_getsingleserverdir(const char *path,
@@ -84,14 +88,13 @@ static pfind_runtime_options_t runtime;
@@ -102,28 +105,24 @@ static void pfind_print_help(pfind_options_t *res) {
@@ -131,51 +130,50 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -197,59 +195,33 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -261,7 +233,7 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -273,23 +245,21 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -307,21 +277,24 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -329,11 +302,11 @@ int process(pfind_options_t *opt) {
@@ -342,17 +315,18 @@ int process(pfind_options_t *opt) {
@@ -362,6 +336,10 @@ int process(pfind_options_t *opt) {
@@ -371,7 +349,7 @@ int main(int argc, char **argv) {