ls: revert last change (short name must be allocated)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
78645d8371
commit
0231e34427
@ -942,7 +942,7 @@ static struct dnode **scan_one_dir(const char *path, unsigned *nfiles_p)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fullname = concat_path_file(path, entry->d_name);
|
fullname = concat_path_file(path, entry->d_name);
|
||||||
cur = my_stat(fullname, entry->d_name, 0);
|
cur = my_stat(fullname, bb_basename(fullname), 0);
|
||||||
if (!cur) {
|
if (!cur) {
|
||||||
free(fullname);
|
free(fullname);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user