Resolve "Segmentation fault in sfind"
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 16
− 9
@@ -66,6 +66,7 @@ typedef struct {
@@ -114,6 +115,7 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -151,7 +153,9 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -228,10 +232,6 @@ pfind_options_t *pfind_parse_args(int argc, char **argv, int force_print_help){
@@ -280,8 +280,7 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -289,7 +288,7 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -311,11 +310,14 @@ void dirProcess(const string path, unsigned long long &checked,
@@ -346,12 +348,13 @@ int process(pfind_options_t *opt) {
@@ -362,6 +365,10 @@ int process(pfind_options_t *opt) {