| Summary: | Symlink files resulting in wrong file sizes | ||
|---|---|---|---|
| Product: | [Applications] filelight | Reporter: | rezanmz |
| Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rezanmz, sitter |
| Priority: | NOR | ||
| Version First Reported In: | 21.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
rezanmz
2021-06-18 05:43:56 UTC
I am going out on a limb and say this is fixed because 21.04 is old and the currently code definitely doesn't deference symlinks
> if (fstatat(m_dirfd, ent->d_name, &statbuf, AT_SYMLINK_NOFOLLOW) == -1) {
|