Closed cgzones closed 2 years ago
Reject invocations with an argument counter of zero, in which case the subsequent allocation
char **paths = malloc(sizeof(char *) * (unsigned)argc - (unsigned)optind + 2);
will cause a crash in fts_read(3).
Merged, thanks!
Reject invocations with an argument counter of zero, in which case the subsequent allocation
will cause a crash in fts_read(3).