Changeset 295 for trunk/src/sh_audit.c
- Timestamp:
- Oct 31, 2010, 10:36:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_audit.c
r294 r295 276 276 for (i = 0; i < 4; ++i) 277 277 { 278 if (0 == access(_(actl_paths[i]), F_OK)) 279 { 280 if (0 == access(_(actl_paths[i]), X_OK)) 278 if (0 == access(_(actl_paths[i]), F_OK))/* flawfinder: ignore */ 279 { 280 if (0 == access(_(actl_paths[i]), X_OK))/* flawfinder: ignore */ 281 281 { 282 282 actl_pnum = i;
Note:
See TracChangeset
for help on using the changeset viewer.