Skip to content

Commit

Permalink
ClamOnAcc: Fix infinite loop when OnAccessIncludePath doesn't exist
Browse files Browse the repository at this point in the history
Backported from: Cisco-Talos#1047
  • Loading branch information
Juho Juutilainen authored and micahsnyder committed Aug 30, 2024
1 parent 79f890f commit f936f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamonacc/inotif/inotif.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ void *onas_ddd_th(void *arg)
}
}
}
pt = (struct optstruct *)pt->nextarg;
}
pt = (struct optstruct *)pt->nextarg;
}
}

Expand Down

0 comments on commit f936f9d

Please sign in to comment.