lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 23 Apr 2023 10:23:48 +0200
From:   Oscar Megia López <megia.oscar@...il.com>
To:     linux-ext4@...r.kernel.org
Cc:     Oscar Megia López <megia.oscar@...il.com>
Subject: [PATCH 0/1] I want to add percent to output used/maximum files and blocks

I think this is good information because
numbers alone are not enough for people.

I check that the denominator is zero for safety,
may never be zero, but I prefer to check.

Same for copying in char pointers. I prefer to use snprintf,
than sprintf or strcpy, because this way it won't never
overrun the pointer size.

My experience says that there is to check all possibilities,
even if I think that never will happen (error free).

Oscar Megia López (1):
  e2fsck: Add percent to files and blocks feature

 e2fsck/unix.c | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)


base-commit: 25ad8a431331b4d1d444a70b6079456cc612ac40
-- 
2.40.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ