Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fix displaying of large file sizes in --ls #6086

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

chestnykh
Copy link
Contributor

@chestnykh chestnykh commented Nov 13, 2023

The most generic way is to use intmax_t
because we dont't know what is the "parent" type of off_t.
This fixes #5982 .

The most generic way is to use `intmax_t`
because we dont't know what is the "parent" type of `off_t`.
This fixes netblue30#5982 .
Copy link
Collaborator

@kmk3 kmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@kmk3 kmk3 merged commit 46c8e93 into netblue30:master Nov 24, 2023
13 checks passed
@kmk3 kmk3 changed the title Fix displaying of large file sizes. bugfix: fix displaying of large file sizes in --ls Jun 10, 2024
@kmk3 kmk3 added the bugfix This fixes a bug label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This fixes a bug
Projects
Status: Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

firejail --ls reports wrong file sizes for large files
3 participants